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": {
"epss": {
"cve": "CVE-2025-47907",
"date": "2026-06-30",
"epss": "0.00331",
"percentile": "0.24898"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-47907\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-08-07T16:15:30.357\",\"lastModified\":\"2026-06-17T09:28:49.523\",\"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.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"database/sql\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"database/sql\",\"programRoutines\":[{\"name\":\"Rows.Scan\"},{\"name\":\"Row.Scan\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.23.12\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.24.0\",\"lessThan\":\"1.24.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC: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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-08-07T15:45:26.297503Z\",\"id\":\"CVE-2025-47907\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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"
}
}
}
RHSA-2026:1071
Vulnerability from csaf_redhat - Published: 2026-01-25 22:31 - Updated: 2026-06-30 08:54A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64 | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-06-30T08:54:32+00:00",
"generator": {
"date": "2026-06-30T08:54:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T08:54:32+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.10",
"product": {
"name": "multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10",
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
},
{
"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.10",
"product_id": "multicluster engine for Kubernetes 2.10: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.10"
}
]
},
"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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a6acd241c00a6b4323ffb7331624d8f8c2db6ae463cf7c03e84e64856910dbd5_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:555c74e7098ccf5942897df3be1883ad0fa78b47ed457ca3b27cd0c616bc7cf3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9f14f1a6e09bbc48c99f5b33cc4e291db0f1ec1f0f1544a774e5cdbbdff700b6_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:a881bc3bf89b75eaed6e4c4f866edccae80054acda018d8302254d8a707d847d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e757c1a199de82e71d78de1add797d511c6f1bbb1e941d13f5b511195ad19202_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0e7d67c55a6bdf1e56845299efba50c2f8330bdbfb631f9cfd72683df39eee64_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:538b3e28b6b6121344d2bd504920870a5b272c5fbf9b51c50f7d5a2280edfc20_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2f5f4b6f0b14da24695cb738ef63986214aedf0c1fd9f3e4fbc252f51c405c8_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:f4540b90e92a378f1761ef967d457a1b563754755ea6556e1e88eb6d243d40b0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5910d3ea25ddf4ffc909b32c67b380a376727573c0863f6af5381d2f2e02883e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a3448f9faf65eeaffd85d63cbc3845b7e224d702d4b2158afb11683720b88f55_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a6602d6df6d04633dceefb9080e83c1b6b8b6af78672deb317b1ed47370c1a6a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:b19ee1cab4361f728506edd047bef7ff405107a0bed9b290daf7bf2a938790ef_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:30cb5b1c728715227a46e625d7342ef385435c370c6b682de2a6ad7d3f1bd097_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:41ea9cdca40314d19118ae47fcadf78ddf4f24241fd02067792c60431fbbb395_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:abfcb42c7542092999952c4b46b90ca8e2de0d86128c2d392e0d43f7d203084f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:acf8bf99b78d0a68bafcabc8379d93663e86f79489d95cd079be6bf66d7ddf48_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:14d28200ab7c7001904b27bd643e815e74aaf02d0ebf50661f26c6359abad7f1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2a90c9d679f8efd2217e2e7fe68f5a5a65f5374a51007b138064c2acf3c3ab8e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:36ae53045d18b29b81fa1e0e426f5882c647ec6f4f44ab72ed5b598e1d8f89aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d81119c8c0ca46fcf1ed28a582a70b92b1303e49b50eb073203c969f1a51b486_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4b929ebfa4bf0d701f21ee9325b8ec0b7be6636aeb35e8b1c9f31d1039475eb4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:83402138e33703171653cb1e0d7ef84137684e5675219ea7b98a71e8b7d87ac9_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:a39c7a8443c744bdfe1696e70b331296b30f3c9a7fbe76528d324589576ba811_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:be3c0c3d309ed0b3d5ec1cb6ce23330a14186c7c70361d0bfe8bb659acb0dbfe_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:293b198f70eb3aff5ebcd67876370fa3267e4352f6cb36d88dc8db0d7c0805be_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f385161c6a13dbdfb7e8d888bde11b8188403c4dc1eebbc7bbf5e93bb8df5c09_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb0af290dfc7540606d1bdacd0145e0cc5b2f9af7d791790368e2b1f5b96abaf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fd5e10f49410ec4989e6e959702a505c0772ef41599ab78e0bd6251fd997a0d6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:08c2d3bd840a2f9cdab516237627ee29283fa6301b1239db2073b2e8e79a28d4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:09e9739860e5780270e6f710c565b9c2cedd870c081b23605ed7ae9976fc5178_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8ac6dc7b3c467363c922c267ecaa3109e32305ff1e2dc5b7430b24087d29e74c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8bef37f79a5d5dddd533057f3162192a0246b7bcecc2829c245433d5c0f51404_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3fc8322f612593aac9b9b36c90427fe36bda4cf5971c696ab34ec1c0f792adc4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:5cdaf023fb910a9ebfe94db50b021b3339e90ace1233f4f1026c598f58045a1e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ba94ad6b12059348797f9da04c53e1f4d2bf5adf2ee1604c0a9011ec185cdc5d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:da7d2e3cba38d465cfd3b16139059c7ddd41bb08196b637a98b79c90ebf0eccf_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:53d41c4f4859e2570234bc1671031cd2bd7cbb151dab5a36dd43f332b0d32b24_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6573faf247a32fd3d5579fb4aac2f3b9130aa260bb2fdf9b7f02157bbe521783_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:aaf4723d735907d53d042849ba7e87e7f4518fb91f8107585c89c2535031c553_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e04bd56b0bf03d7816c9de7da693c38fdc3a76a7ae0fca0b2110a4644344d324_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:6579a6b911a268d8025b1b0e340e98d7ea644fcb216de96725da49735ccb28b8_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:83d931f84fe105c9ceff7012f23f3078017b1e4bda410b2517f64a884264fb7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c96ffaea8e2404d193167cd0f135aa957a09d953eccc110c899f793a02bc9ea7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:eb8254833f0469c374b2b66efd40e98175931f12a045d543a0a4c0f69a3b172d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1eaddda8670646273810955f2e3af2280ee0d3de62a9a74ae2bef59bf0fe886e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d2412d569cceea55e3bf324706a081bfb789eb14890378a702038ef907d62e29_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:d9892f11e211f2ec8c2a74d8b4b9bc5974fd9972a12b4e7ed25c349eb70b7783_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:fb62ec72256a8af19a681e76df54884556ab71c095522af4cfecb10d362c83b5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2046889d9fe17f8bf9333b4f2db2d9672cc0abafe89e9e37f7a0dfefec0a94d8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8580ffcaa4bbad9418358f35b19ba44a7e32fcbb24a3d9e64935c2c315c04640_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cc54015ad29073f861a03a5f05f74ccee9f7f24b8037f443ebb1d7af349ea0b1_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f86549bc7238b28546282a0c08db498343ffdb02139b09aba5948a005ee66c31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0f4ac78d9e61ea4e0c3912c7f510780ff03d461c0625ecff82dbe5aa2670fe87_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4051fe142a5fef88cdca3729753e7e654440d4c85d23d093fe25fb0b33b77ce9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:50bb049ffc30bdcef878f8151db8474bdd17f7dcc72782b99afe1a83e76101f4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9417687b46b24311bfd2bd4d8790ded00312bbae1acc26f7d045a1ee1732c26d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:03bd5e5dd32cda92d369e8e8f4775b9fc0430f4bd532c2cd3862db01ce46475d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:b8fe6f393aa71095f03ffd3e60c13b7bb3ef8f9d71012653e75bc146b7083559_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c8268d2ffc8f22fdfe9b4f9d6d949caf0817deb217b6226695ee50076e3eb4ee_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:fdb5f8d91c2cbc2e462d042c7118525164c40c31738d5be1683d5ba31a72257f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1a89c12fc9f61b425079ad5fef509ac9125ec5dea125e2032451c2151a60b319_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:89de27b003d8008557f6ce1cb7c4d95be4ed4b7fdb895850d7d192db57f44f31_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9aa50a5d4e28e1ca1539ab7f71af4d96ce62e8fd89a6a341184a751a1b0a2e55_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c73db94d10481b917e10619a6daf343b3c705b02a1d70346a5ae857849ef624d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:2615c752c4bc8b51f3c200cc710c5522764fe9031305f37c842af11ff6b75b43_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:53aa3f3a96e0b33440726a895e8e0dc6faa4417faa937635e07448b61b25dd07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c378f97f8466de4cbe35e38cb937ba821aa6b730e7e5b7c111ba0fcdac29e01_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bdd4061e6e86e136d71328c69c9bf137e804d22dd5a7799f2dd2d89f5bc7f4fc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d932330abc0c9f0cab6de1cadb405913714c8de342189ce750ff02f7f8d7413_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:869a8ff9f2b0c6d6f377470a9a8252e2665e5df35404318cc99ca0c8b0f5ca25_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:abb5a67edae46e683b31d08d3f77f71aee68ff765fd02f05e1257861fc5b7f91_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:be5e2a3ab46de7e302c34ecbd30715bfe0a7a19bebbba63a5a8aa7507f843dfc_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1103b80ec9c27d270bb1c6ba6c3d98120f68cee65bc3502ba83fc738a2f3ad8b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:24a8e94ea9a40be8409ba62bf1d3b09ad91cb2b140d0eb7dc5fce479475b3436_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:850ae0279c74580682312154bd937c6cf1f249bb66a3a9379b7924dde66079b7_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:f4c660806c2551974c084149d6319e42e6fa611a1225e6d492ec19a28162d2dc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0aa2ada74af446da8f4881d46b6b2ca40316613863369741a02116a7b31f210e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1b2d5cb126d55d867dcd8ab987ca0060fee653afdb8ffd1c6bd261658f787c5e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:726b017c9cf7ac9a2c27a11dc547626f66f59cd6386d8ba166774ead527f1e33_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fb58502d592e6be66edc2993b7d424a3e14b0ee11b003335fb1f7a61187380b7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5813ade2d9bc423b48b721de6bdf9435a5670e2bbd9afd9c07925e5d68270f9d_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:865c2131cbc77ec5f4f3811e8a97ae4ca99bfe1cb5b9e2c7cf4384eba08da6d7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a08eb4f46c92be715f4fc566208e56d64eb92b22afa93f64bcd37ba4391e77e0_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ff901e1d98c727a854427a886b6c44a6f9c89a5ce63bb2e40b0ca8e9aac4c1ca_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:16d4de78f5dad89f8a18a03de92e7fdbc2963b54b3fdcf929fb6c7ff9dfd0135_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:aac908cfe93c61c121956ff44885244f4b0928845d88d099c753a76cc5f44466_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:dc85f947e89574085e7770dcce79b176a554abb4e56b544f69745927352f92f0_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e3496205905ec4b48caef08079d6e8e0caf6496613b9d656bbe268518b2f0d19_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3242683ab1bc08ccc5fba6d8a4dca02c5c1fddff2b8b14e387b993bdb0e2f27a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:5afe485e39f50d9f64bd369dd7f4582175daf0210ff96588050c9b15333b9ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65e15ffc672d6fdbc196d19e41081b4115ae54d794ce727384bed1da5b875d64_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f657caafefccd16569b4c418fb29e9b1037f597f5073f9387c40b83bb59fceaf_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:234e9eb3d221570893f03d8597d8678539f58a09da41d3dbf878010779cf91ba_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4506ba0c75b6f9d9d2ac49e8c847660869d6572df3da7dea6c83c6377c4953ec_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:5784ef1c474a4175e4243c812a9dfacd801c4a2ba5969bdf1d38fbb4308d06bc_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:ddad413555375d7ff2e9cdbb31958256bcdc890a7e0fb1669ae921d55dab738f_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:461eaeaae2f0683628a32bd3e2b5c6d2bebbdeeab29be0e8ef5535ed2caf4886_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:4fc311c6e96e0ef032f576ea1be1dfca432be77c2920a04e58456534d819a2bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b66ad5d12858f5337028f63bbabf4c12265f4e4e519f373c44b78c326f525745_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e28f025412fa0cc0ead9d06bc8d1bc6c6641a8458ac8aeae20589bc54e88a4d5_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:18644168f2d3b80d53a863bff4a6ee0fde4fc547cabd7ffac0ffa58b41534607_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:3ccecb21738372dad01520c1dec20c348c4c2ebc9d25915b42057320c2d86b77_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4388f706550fe3ec16694d4f0b091e6d1334db842e708a22c978652d213f0c52_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ba1c6236f8ac23d3e0a19066cccbdf822154495f75adc587e35128d68c329ba6_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2bd248aa3092f1fe24b51bb458417864610d5676542c028b268a8507dad282f6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:5aa3c7f99d4691ac206ff759c0a46e11563bdba41a1033191370ad3740735390_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:63fe47d3ef4e1fa72b0345bf64afb5c2dacb62251194f07ea7e76a4c8a810dde_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f09683e3d57fcfef65b2c4f3d8075aa7b2df871c8144ac63e655d095844651e8_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:128d9b4d623571bb380d012b4f6c8746e37299a28a878c0d82aa5435483f65bf_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1cb6e304c36f92371a1dd427a2590e19e9304824404b9eede1d386bbc9695799_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:7a153cf9bcf62959031ebdb35c01a059e88282bfa6db13c6c04a5e4e9e94031a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:93f01d6dcbeba548841ba9ce910fdc6fc9e345491bf7b45ae7ad53d06f250ccc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:0eb4d4236f6f14ab84d1b47664f336d614465d43e7deeb07e59d8eea8a814c72_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4a2ffaecc4a7bdf1f721b3886c369e4df11027743e61d0d02a50b785b15cf141_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:924338175b067937eed32481567455893b93c3a5146e441d79b1e9405985745f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:f29aa87d9dec05beda24707bb29380bc5a4a52d4a5c2f3171674514376c15713_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:636e013fb1e874ef5d5ba7ecd1cb2c3813cd56dcbc013e32c11855d63cd654b7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7130430b97b13e2f1e31fb045fe0c2f8a4199eb0f74dd792abf62e66f0880675_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:74b53af205c7f241f829d60fb26c0885b21daea16295a9fa4d78cbb91d9ce0c9_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:9fdb3637b983c46a03626f029a11ef918716b0f162200944a6239a9dc87d380f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2b40509a1a912be6af6e95a2c18ea09fe64a18a26711bde60f049d266b92bd80_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:897e7712c17280adc479af0071eb871f53003899d377875a76666f65b51b50bd_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:997d4e8202f600c72cf287d41000f0baa60a66810a61c6b59b301dcfd61d986b_ppc64le",
"multicluster engine for Kubernetes 2.10: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-2026:1084
Vulnerability from csaf_redhat - Published: 2026-01-26 14:25 - Updated: 2026-06-30 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\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* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1084",
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1084.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-30T03:09:25+00:00",
"generator": {
"date": "2026-06-30T03:09:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2026:1084",
"initial_release_date": "2026-01-26T14:25:50+00:00",
"revision_history": [
{
"date": "2026-01-26T14:25:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T14:25:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:09:25+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.src",
"product": {
"name": "podman-5:5.4.0-18.el9_6.src",
"product_id": "podman-5:5.4.0-18.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-18.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src"
},
"product_reference": "podman-5:5.4.0-18.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-18.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-18.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.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.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.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": "2026-01-26T14:25:50+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.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
}
],
"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.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"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",
"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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
},
"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-01-26T14:25:50+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.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"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"
}
]
}
RHSA-2026:1942
Vulnerability from csaf_redhat - Published: 2026-02-04 15:43 - Updated: 2026-06-30 17:37A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
Authlib’s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 “must‑understand” semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed‑language fleets, this enables split‑brain verification and can lead to policy bypass, replay, or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.3",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1942",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1942.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.3",
"tracking": {
"current_release_date": "2026-06-30T17:37:54+00:00",
"generator": {
"date": "2026-06-30T17:37:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:1942",
"initial_release_date": "2026-02-04T15:43:51+00:00",
"revision_history": [
{
"date": "2026-02-04T15:43:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T15:44:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T17:37:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ab33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ae657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ac0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770149618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Aa8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Afb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:2155
Vulnerability from csaf_redhat - Published: 2026-02-05 17:17 - Updated: 2026-06-30 08:55A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift 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-06-30T08:55:44+00:00",
"generator": {
"date": "2026-06-30T08:55:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T08:55:44+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-2026:2351
Vulnerability from csaf_redhat - Published: 2026-02-09 15:55 - Updated: 2026-06-30 08:56A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64 | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64 | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:08252e3e72cfd31212ecfbe0a34ddfe5b6347175a7cc5b44436c4a5af812a711_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:3523735cce4c13604e5cd0420713b5b7cd59ebeb52a2b3f2fb04e722cce6e97d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:8ef5a5cf0db239a9633f4b80ca1d81893956678bd808b1aa46950aa0c54041cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a4e6312e2c13ac99b3d5338e722923aad4c6a9993869f918a7be5297afc26cb9_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:dd464544e3bd41b77c7042360df3a34b1c31bbdb8c5f8bc6053d7b870184f0b0_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-06-30T08:56:03+00:00",
"generator": {
"date": "2026-06-30T08:56:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T08:56: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.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-2026:2571
Vulnerability from csaf_redhat - Published: 2026-02-11 15:58 - Updated: 2026-06-30 17:38A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64 | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:01a0a5b524624b960339e6d40bc92eaf666532b7905b8b79a31a0ad512336f20_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4285f5036dcf7311bc378bbe350dc33759254999de205929de90a9d218d32f78_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2f27f77bcbb85c3a57d40c14928a3922877270f4748cb2d03abfc4300f1925c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e5ca54ae610b6fdd062b22d68e04e8c9638a4afe9df3dee7316a09a4a50f929d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:47265159cef044b5a4086af6506b3ad570d0966d80a5dd0c69d391ced37e2572_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a6dc13baffa1382bc1316588eba2e63cfc1630d059b3b9ab53dd53c98d135220_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d69051165ba4538e28097a2caa510ae3bab59223e473eb9286763a0c8e2137d2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e04fa41cee83d89a88fc68bc38aadaa69f9c9f30e9a95f19eba299647e5f99bc_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:bcf5e63aba5e78b6a41dadcf73b70dc9940380c232cc2931b5da3ddfe2ecf8fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:cc10845b259f7ac1cae5b254e090d52fb9278c89d07b0b7d44a8f6f704ec6272_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:de69593578d899842a0e98781f9c3d58338ee0925fa0b6243aedbb569a64cd96_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e4e7e0b3fc069d4746f6584047f8b40cd774b2556f11c2cabb57923a44ef389d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:10981e0c7a156dbfd3b8cec809c618773f3d7806a2a24c0fb1cda2e93ed6ae98_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:31f187246ac7da245c160b3afc5f1187d82cd2c039f85111a338165407d7d49d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a498c21c46341a168e51b133e07cd390d7440c3d949ac4107cd829c5b30a4614_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:fd7b341a1e55aec25f6e3221f03d140561be81a230590907dd74fe1a021df006_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0180391fe4bca530eb5678bf95922d10365b286279b966136b67bf8d83a9a18c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:4ea287235d5dbf2385f4d217690b54cd5ce56820735ae96d66ea03d86d4426c3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6eec1cff0d514e343599e9c3ca7b7aa2cbff307a28e45b19364a534be4f89dd1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:e9d1e97601e8eaea73943489e782482703310d2e8f22a9fa234b640fcacbe64b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:7b5496adbf0b53964790dbb22c468161e6d873912eacd00b08b955c1314d52a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8d86d2d4ac2459d61a1e493603c9eb7a3f0d584ad53aca2af884bf8bb8b30e71_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c39a384c11e5242dc4b25fdd32813b4ff408b188af76df03e9757796fbc7a001_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:e0137ca5fd87bc47473fc0fc4c619ea794fac6156d84f7f4fbc689fe3328640e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8f10940b7e9f69bb5f5bb40fb4575f24fc8a2f20916615d6af4eff36b0dc24b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9e4527837150c9054e9f5eb594d557fb4642b86f1dfd109897ea63b5ff5984dd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:adfeb1a43a5b626519d6c0aee7cd7986d5afd349a4fae37d0e8821667f7fc6d3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d9fecb5eebf1127819cf7a3f2c2b63e050cab8864c51d4dbcad4d95921a9b698_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0bf1c2e7d2204076757c8bbb922e11feacedcefff491bfabf481d4c27f310448_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:437680b6193c0cf77c28cb2124e01a33b7dd51063366c5781aeaf339a840b056_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:cc587469525f61858f261cfbf862608aab1509bf3cf5c1e43aea63a19e579728_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:e7dc46d30ae833d7924260391781b20ffc25693073e1a4b60266caa6bd725f90_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:0712ee64942be9d307a5d89d5333a968092a685fa71c88c7eabe1498e2e3a915_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:3b2358f82cbcf6406c86a1ec0f9ccf649dfea143797cd7d112be21c6adfdbf87_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:58d58f838d9fc2ed84635083a00725a47334ee03b8a4282000b69dedddd7a9bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6950372d2ab44e865938a37f5c2dfdd55bf02cec1575353538dd28b016700f4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:2fdf436e71fee6739ae6fcd450007d76fc3fa43ba203a809f3337f22d9229bd5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:60751156b9a51d18668dee969963569a998172b0577acaeaecff52970f3c0957_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:a86aa371b54e25d0b38ae06aea67577142b227bea31597493639ec0018391a4b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0955c18fa4864e073bfb9a61b42261587fc2f5f1b2f29cd0b139be5373b578a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:5e2316240808f561c9ec5b04a57e41776b7efc9a26afa9ae10f7bf7693b30d97_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:63be8363c2915b782cd9fc6007b761bc6d3ac9f77bfc35fae1c55c00974058f7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:84d99fc9411e1a8d409d8c6bcd345cfdfee5c5986d6489a2633ffc7d4ad496b4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:a3f0cde47e922823ca537e0de8c7ddfed7422be5282e137e4db04d4e3c748104_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:2acf15b73b6db09469d53c6317088fc5f633f684f8421cc4a09f52d1056a2bb6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a53abad37395ec507071b894e51a0086b063a1d1d27e4d029b2d3cfb51bc0d14_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:a9871b54bfa689489d578155adb5a483cab73e202c092619e116e71efb476c00_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:bf6e25c9b7d66fb0c45c0ebdbbd0ee34b7a9e1cff1ac70128ee7e475812bfa7c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4955d00cb76f1360a80679973e9d53fcf38a57e0220bc8a29728cd0360327972_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:684094906425b67784bb7f10a152cd15e354bd84a2a2d68178000122bd43794d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8794c45c047ad41c71fbd788d35d493a9e4f78c947106391b0f67d3d572b2d06_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:d0dbcb780c8782e3b1d6abda17255bc45ec4fb5d01e29e8cb3b91bfa0a46c55a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:0a49a64e48aed198f1ead92cd6584bd8b62813dc2621489783b9a62469d7f9e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2c17ef74e6ec8ae3a02268e43d9018eefaafc4493f94de3a8ca6a6fc836be6a4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:40a5278bcc8e647aaf16ccca432c4d9bec67ec074569f192420bca529fdaf113_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:eafd28f0dd525e4c11b90d01e686ada9bb6ef9e9097e81608df8c04ed15d513b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:0f47ceec837a12497ee911279b0fba82481e72ee163670a8674630f948d39aba_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:32166ec828cbc58224e236a86bd7439464379272f473bcdcd2ec765f7081a5b7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:65c8b3770f82794d55d269a004948a8e2c54cbd99b09552b4cdb91475baee5a2_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a3c91540f20f094fee24224bce21018aa671849e7f75aece1bddfb6c945289d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:0b03429102eea10cc0733872bbc946bbfa378966b5d62e32762bd7a59c23e9de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:44e5c0c8674682d03d564fef5e9f668d4ab71e6f27a64ee1bd7a2cf0c47d0db1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:8422d2c6e47dbb14bc80b03734fd702c57724bf384557e9b9e1a67b85e6b8185_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:b95787f2a384f94f00c84e38c0bd263a9a0f7fff9ce0df5bbd1c265f6812cefb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:661171f5a869f110ada60973b2c8289d80df4e7e7373e13bdb68bd5f59be91ea_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c1f70be52ba4c49de28376802bf2d73fe0a3bc44282ace7606cfb123233da4c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ced6dbca20663462d35a97ca21836503e9987f29d37896ce8c5fb89650268762_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e374c0aad61fb4a2af3dd0e8310286e45e283dac47c8e766f34cabf1d8cc2563_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:27f2b11d9017cad3af4f872ce382b54492bae329c499f4423c6ef7342522f844_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:371f8ec4475c9af90dbaf1a76a6b1217e195d3c371b0903137df92e8733371db_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:568aee9b50f1b79b0d3edea5e5a4f877ad8fcfe6f3e81e6f3cf049774dfe4bc9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:e20f2aa3083e6d4100b4a38df9b416ac8b0f6a475fffff9754437fe4697dbd94_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:7d16492d3d30bb614c6155b2a3de1a3cfcd55100c06078c96557831f9c19221c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:85f7963a86254181a79cd48a98130c4b0cd50abe6d704940dac5958ab9d11863_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:89a50676a19cc0187665f7c06ddd717a37df80c4b0eccb96447380b7ba2db663_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e6d522327993a91ed50b12745b26db70b5f7b374bb015ef7165ef7c3b59529b4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:1052d9b0befb2fd315b445ed4ccca0490075fa82d2752f1507f3daba6476d87a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5511144641603a3fc4c93ae9d7253ba2fccc55f8806913a4e08ec9f3b919d5c8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:b8e2d11f40a5a29f0a3fc870dafd8ce6c72e8983f44d5084814b0cc56d410fe7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:fd3eb25ba4e8baaf13bdebf9a5c70d20d79a642bccd808c8dfbec52b403a2608_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1e8efca30bc8130a20834ee0dfeff80a62c4b129c2f849492a62f761a684d105_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:572430d7b231e93613667d049f11ad8c0570f9cda09b1a0d9c9367a31ada8d86_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:736ac64d54c2a12dc2234272862e5a52c283dca3273ed2c95cb73167bdc177fa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9c3a0cae8f0998134af791cf690fe6a42783f6caed795c62d67c57ebd849d983_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:2ad0563c640566cc6e55ae741b09cd353cdd8a343931596ed1ce93d49e076667_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ba5349debff221eb5e47fac02f60c5d664a32b5cf53a654e3e983ef036acb263_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:cd373cc3574546fc2e48a58a3a7e90620494ccb24507337ef1d9a90aaf88d02d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e448d52eede5096fdb44b6850905a71959e2f90db6fea1cdd17cca941959a9d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:1136c984617f2a3c71a5b451c5de88f06245a9a9c83783c16a6938b6f7272f80_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:b7b9c35577b5a91539597fa90c6187e20cdbad70e8ddc55c8dc80058759be711_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:bdf691c5300034b0331daea8d92f942c3db66aa11fd726d977ae36fec1791695_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:cc46200f1bd3aa621f80fc5535c917318d50084eea265b22fe1b79871184d7bb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:2d1bb2935a4c90bf9ca6b22a11a07fcaba002f2020d0ea15b82a7cf4df66713c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5d1e7ef39de25f974949e49cbe325783e78071678e30bc3d2311710875dba2bb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:8b7aa7f81955082085fbf1317ad5d747f4e19ce35c13f17c8f57eb810a1adbf7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:dc0ffee2f8c96c6ee22a2ddb06d14e08149561bab7b4195d08b59f628870af68_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4489ffd456a5d5704dccafc45b523f572f90307e57b8b353f8d8ce4c42706d4f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:4b6d6e9d9146d9834fb999ee2cbec8c56806d09bce1137bd3869fa125d064f10_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:93147af5126f419ac3fe2a0c95715b76299f27ff642483b2d14b89301367d056_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fea7a807792063cafdd6196fc68e8f7b693d7f123241c6bd64f4a00050f4a5ef_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2eb424b36226bec87b5277eea7f5ff288409a49f99c3f60ab795bf39a07af7c1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4974b49892263b43d379077d1d44ebf579e4da3700043a9c370e52359d852e7b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:4cafcf98bfde7d9700ea55ef88c183fbf172da5d1bbc57c315df4f0d00591547_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6f3a3fcf20935e6454baf90004604407c0e205b78d5accc10aefdb03fde0faf6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3ec58884225aa63c85639cda97c4d7c57c7ca505c885e9a5bcbbe14bd6fc82c6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:62fb9dd8ffc2b61de085d39ba2fb0a8192c3634a79b6cf4d9821fdc95efc1fe4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cfb71cbaeaa7cfa8280e19f89132a8ba8fc2ea84dfb6654975c1176ee1cfac4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d23b6e3b510f387235b042dd3e658caab3a3af7386895a53f0967fd8bca77f80_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2d2159059467f0f9f4eb6550d6fe1739193101d784a3098fce4f25b37f3753a7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:8839a8851cea3d34dd15274678b6f00a80394308197a877be5505f4af39b62cc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9133c95a0fefcec77396b1ec04b33024a0e1a3716658de9debeb92a5ffc47f31_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c8bde9c9afc34300b7193a8b9ad1c103efd8945b350ab007d9ca6d515ac9c007_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:05094b109396ae9f2a5f346602051a7310000d08890540d1fdef3712455f51c0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b00b82b23fbabbf3dceaca70c0bb583405ef105cbd21037dd992c2461368bd2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1b222fa278dcff0824bc0340e27b6182ffc04506e54d99048f5c01c6bc604ad7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cc032f7a173f50c51872ddbf9a9c17fa51b7fd91cb3e7b8aeba378c2725043de_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:244bd3fa3c960a9eee6d978fe9291d7b112daf2f5516840292fd0298acee5ac1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:aba46c2c0e3ab613120a479c75f9dde8c772e7ec24034886371665c5c6b2fa8d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bb19a56cdf094216cc7a4398ce76d0e53081a6a1ce6a05af5951ac3099af84e0_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:f9c0e9e31a1aeddfefb4f24f7dd70971c1e32d6c4ac99745f81ea63afb526823_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-06-30T17:38:03+00:00",
"generator": {
"date": "2026-06-30T17:38:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"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-06-30T17:38:03+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:2572
Vulnerability from csaf_redhat - Published: 2026-02-11 16:14 - Updated: 2026-06-30 17:38Early 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Workaround
|
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:2e6db96469d8a2086de1fd806d028e44874741513d421d8c07afde684ec472b5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:66f3e73d2a92cd9da2489866561558ecffb1992c27a84d7d74301ad4ac12f9b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:92e42e219da33020b7e4770636153f7189e4468bc3830a6b529a928198622fd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:bf756d26032a4ed740c7e2dd969b84a1ef3e4f24367110ff6a96dedf29ca4f04_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:29c87632fa31019f74d4b8d01d1fe31eabdf0cb87db49bb69fc8fc12121a0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7716319f7ff783dcf3d231151f71ca26fa57eee72dd5964040159253a5fd67bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:e3b68992983b2a9f808fddb52e1608c9d8f046ba888fad0e774840bf10af58a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:eee223423d271b28b0f4fb94aff179ecdbc03e3684ac3ddedcce0b6a51301dcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:317fb7261de51fd94279a9bab94673cd1f1c0a28b62b2302ccbd94e0135e5bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4c04f0264ddc33e2669636c180d75276a21ad476a69ad35bb03098cf9baf22e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:633647730c32944718c20ebdab6503f46a29b155e7e82def6ecd5ff5eb164ae4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:fe92bbc4d2da8b52a0b1730589649d899f6f5e9e7be9627944d42bdc23ba4538_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:171f22aa2d830fdbf02014e93cc32c69b4324663819309ac94eb499fe50808eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:9363df443eacbc994ca0203ce568b548f3d2720cbe388437327b80d54c0ae8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:af2ecdd41f3343e62cc30ba9e933c9b40ad7beebe2018e036de5ce9db6b33d23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d387c8a88d1afd56c61c40d7c2078f4851c4b5dd7958b89bac13758b364e0bfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:18c9cb3cdb68126e1862513cc13e6c15239f981037f2889ed4d40329dffc91be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7779639f22d69a90815584f51f9926e05b23a92346f1526ec925a0b9abb034d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9cc1a68391aabb48add35aafdd5f0d5811b6cbccf29f8a9b0762bc51fc9c3ef7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e086f560d13ab456daaf1772f4dac2f07564d4f5ffa96258375c3713700cab0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:11aeef77dd7c37414f04cd4e314535f7a6b8ddd7e159d3d9742804efb42580a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:68fe1d1b794296791d05fd62ea5be3c8976fb9c46429993b34672d68b2546be3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a39cecc8173e63e0b802b436672601c3815c146561bb88854dfac2373e6837b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f9a5c588ca9275c59f782cee8c39ab474b5447a65147e4deceaadb0c9ab2ba8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:868930ffef665fbee89d133000280c402fe1e031a938a6e08b0747c14f9144ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a661e3e78cce23d4e8852f42ad7dffca4431e86f5cf122a5a3f0483c3bf6a9ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b4337adbaca6aebab4658f0d032968a8a112d7d5a45f94dab356d0e7a95b7502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:c178d5e931d78eccbf630c7dd4f7175d1a52f6be7f20705d7589544232bb5768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:371b19eab4d5aec3ee55477985b762743ded690c7998e107ee9fcd321be23167_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:c519b4385dbf1e4d848d5063c84bcc58dad7ffc18a8152e972747d3e7920f7dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f97bf1fb0c510db93e9fae3721b0bcf6f035db18be6a50afb1263530a18abd9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:fe12654f91b60235cc0b83f7db90fb8b724cf4db92bec12e64cdd39b95480f9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:93c2b30b9dde7b71ce92a3bb39e40f5c4538237e109341e0621a6c7c061bf5f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bf31cbadedafa97db8b8890ccefe7776397d0d3c40142f87834522a2bc252c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f8adf3eded19477ee2f571462f50061c0c13c07d2cc78456aed0f89c6bf9c270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:fea33581f6b7674b3ddaa4978f7a875c8f51d7e92e4b75e75b295fdbb5d549e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1f709ac6dcf193189ee8c1a02f175db270c3aa98789dad0c0fd7dee93e009a1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:20fad3aca523dd87219bf306a15534464807736ae73d08bc683f127a9a54d8f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b86ca97a8216d11d9c3d0b17b7cda935ce200bff41ad9314b8dc807882c16a80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:ec36b2081bef75ebbcf537a640e9f2a2ed04d071bad9ebf43855155a0543e484_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:0588d4e17e2242caed6bae10537fb3296e4cbb2cc33b17e9e5c77badc92f8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:3859c8c9434c7bb168996a7aff9f167c2624733bda36e9271e3dc40f5cfb0f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:46c3941429db474eafe1f81e4cf3f377da114a2803954ca5903335fc8e9b0d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e0c16222f957c268ea2077157a58980e9f476dd6bbb9029b502bbb535ab03a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6869a30e0678c9148f3df3612503f64e1071fd0dfa80fd9acf68a76583161751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2c368d3a52487b65ffe3b7db7b89de76f2d35632b3399d0a7d6e7b01112165e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ebbfeacb08dc70644c3c77460b01c67e7d108050df79a34a0a39926129db1632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:ee8ab786ff91ef8f2ddc75f6f43f0ef50ac5bd82e9e4eb3dddb4c5b3baf9e002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:58abc2383fd0ca9530d19db316f59509957349e00f5f5fe0ecce5281331fa29c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5d02482f4fab66d6bd54479ee7bc73f57924705d04ac9564da9d885723ac6efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:7b873145eeb1226beba7c33e85f5ad6c6931ad82ed04b4925488b21619dbc4cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:8e21b49c37ff203e3aeb83c90300fe9fd714ed87bcabf2cdc9357709a1c78554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:44f38ae001f5b86e070fadd55daad0b5743f00747cb8c87904150df043323cb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:738e6355ca2cc118b9ded8d3ff160e3bf7d5fad9523b2554b6036fae1e8a47ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:7da8bf3f94b009f62eca0bde4ec3f7547474e331bc8ef19e729f1efe10b823e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:af4e403bc921f495e35eb884f855fa8a4b8226a5a4f2badb3ab78809e4eb6c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:308f6049cc351ff4b3d02c9305112951d0666cc1e63ec7b34a8cac06c920d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c1c269e31f45142882c29665f3987a50c773a77244c3e31a7adfe2b58193ce45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c4848c1f63395f1f237898716779165df11effa15fe773113e9eff605abe468a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:f77e2508118c2035a23bac3152aedeff3cd8336aa9fbf7918c7d368c40147343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0a68253c654ac91d054fcc11b4751f833477c97ba203d1c91c2f5c842eed2742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5c74fa825f63d927d9468eda8edf9751ad193c96c567259ca6d1c443dcc33069_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:7621785404955a380d9ed7eb3f8931747a85fc46a0ebcc0fd737fb052c9e7051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:a374fd7558367eecc4d261363cbbaf2d79935ed5b1f6a987fb24308ec75ea620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:0d13578e8a981e000c42f63562bab4da16d9b75cee633a5a6e954dd0b7b376ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:8a700fdd53ecf42afe36b5a97fccf01728b6c917d3b465df583797a43ef15818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:e10c2ce4aa29e49b5ec5bb8fe42966e902367a5ccaddc54dec8a4a0c33f93737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f7b298594c7b5f31d07ba839ce65dec94a0a6bf8d108c0b7053aa9b99612450d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:096e2fe72f385459c0a1d48e128a78788848ca7a145f8d3572398ab9e83c8e8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:49781695bcde876fe99806bad3103c92f6b1ec2db211b4be90edeb6124afeb85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:539f0702602826167f330f6da511a14c7e8cc094a6a4079d50a819f1eeb445a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:aea29606c47155262aa08f2ddcd5099bc67410615710d6b2919adf256df67f48_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:190a474f954339e8e92ad6590cde2288118da386fa60c8b0eb586d6663b36ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:545c2d89586a616ac7c0ed2c2640217ff34fa00b19a34ff190028fcfdd26ab30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:9b461d0ab72fe0abb50fcdc2f22a45a83ba3e23afb83165d23d3271ca42d9a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ecfca18d20b826bd8b4d878ced82c852961e5a979ca43e8f4c1bf1f3d92281f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:352a9350c52efcefbd738576e0abff7a7574376cbde0b7a8ebaa4846af7172d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8082da6f1d400b5629d4a8d5ca68c6fac89e0e9f6023c2b66624ff2238f0dbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:9f70f797b0b93a2a7d6d250ca035740c3b6bb91ca4c41914e8bb1065d81d3690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dd783958373ad5680ac5cb55c049c1ac8b602703668d5f21c3f1734354239c7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:014504a3945670b7dcc5e1bdc5dc091a433ed2fba5073046776be9380bb49087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:28f990df51e623385a8c95a77a5449476858b1715bb23f2aad1af5365081b1c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:65029bc0955d546c243fa8b2be7cf0a9a8e349594c50a2ffa430e8e37a056376_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b034a4139f375813e562e76f8bec1a1597910db9e20114ff67cfddeeff9b6463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0585152c12f43802da2f66ff51dd94e2f2fa80b70ce2f4d3779a9ff8724d5842_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:142462523ed07c0edc0fea5f5f4746ef6a3014e61012904f5a3c4f53f3cdcdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:723f812fe5ce8986665fef2dc81019e2057b77168d01ee9259d8e3cd462a583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:767f79750fa7376ceb37753057c45c242c1dfd4e353aaeb574d6a085a7566e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:48ca5ced5025dc5035291b1dfc9ee539cc23112e46b4c32b782323ec7315c9b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4bb31efd2b514345bf9d8cf545ea644251e581818e339b460b81c01361ae4ce4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:73e76472aaddd854e8843d6fd6130524d093bf7764fd5aa1d1c79b9be21480be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ac88e19027c105101823eee004add3ec4b1bb359b3bbd760cf390b16b3a83b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:388e9771189f6a416adbf18048017be8b50690939096f0b4b9326986724d0358_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:5f6b011957e24459294dd5b649a5e5152cacf02d270f77a8d985af87d7d850d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:67a2e7fbd26a4cb86e69ffa86f220110f528bfe1e2bbda56fa8c3d6d5ee50053_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:83e0e3eb040e9b6b7ec2e920fef2af0751fee8d15d923f8ddc768e46c0adaa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:4cb83a461eaf1649486247f466d1be0c2cad16d45483e3ac1fa5dbbff6036f06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf50326e2e253fe6856263f0f70e000607405f9b79c9c5af36d7bcb95fa672df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:d916c80ef859975688ba02ce26b6e3f746a3157b03351e71e85e1b58ca5959dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:f1f3dc15ab01e4905e610fdf497abfdcb01fffb1a0ed7e683919316cebec5cb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:80b72554cd49e44abc2ea4c7260a279f4571697da7f9cb16fc7e179dca8715a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c1b29c1a40e9370769a2494524784ad273ff0f84d56276cc887e163382db072c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:f7f088cdf0f140141735dec6bc64466524a8591f88ada25a0c613a0ccd94810b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd10dbe256449baaf67fd80ff6d63f9230d8cc4b97da0d90c2b5541b71187033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:03faf366007fc1937b420d2108cd0d4c239b705017280814e2b3b07236f46c44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:2bba4cec0a2cbca6a23cf0bfa1515a4b22421aab7e3b122f5bfe90b442bc5ba3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5409e9685e5d077c6ec8d64c6a90dd2352014d9d24c3e8201a420a6e21f0103c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:eb957e1ec0bf553e4fc9a9396f5205cd8a45fb7f1bef7c9739234d0a3b0f6317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3a166d3e17d630faf127deffd9b44cb61d026b9433f906881bcb512379d4ba88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:8c3d1fb8a12d2e473ad772698c3976ca2009734063262480dbd4b9e6f2ac1408_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:97abdf7de305ba1db924aee459f3e1a8fa4b11e7e0b5db952487f148484821e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9edcdd7a329c1be873cd2437664fbeec7f30429d49d17836fc61a47f5a91d07c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:46b615cf682815259b0c4b9e785d2f0b429726f75920f7ce9c31625ac86118b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:4d6db3ae4e8f2a66df4aca05843a684c74547bef2b8ab94fdff41ee3d5fc83a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:adf9a3a3a51290b9ab62877c3fcbc96ada222ac757480c1ff13cb4dd521088f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b7c30d0c5e9255d6b10fc625206faf87e2a783cc34d16686245213a105462902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0a211aa93d6f611e0b91451c44252ab74e9197348730d226ef8a423fd0170334_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:15a9899a278e6878b8fd876237f58c08edd5a03a8c462c7f743b71457ca1806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:c31faf559778a488745357da73dc0aedfabdd181d5c655d87e232d509dd26a13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e00e283f04bb81d43d6d166cd850bf0ff9688e1a88f6954b3260a6e84d7b148e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:55094fc781f35867d298ae9ee006113c78b086ce1263ccee2f0a94ec581c837b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:aee5c99ad6890e1aaa279278e78b79b7fd62d950800a3bf3506b90c2157703a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c8c744453c961b5792e2ae849fa96e37d580972acb8ff9605fbdb183a3c6972a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e3b54d5763bdae0de90ea53588d4fa8bf5476ba75c0423d40b334286017c7655_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:066f59015024fd839705ad52d1ce8a10e500040c3905b98bd5533e5dd0e268d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:930e2fc73ea1a5076dfcfeaee276706e56ec7ff5702796eae37f60b1e479f201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c3e482ed74cff4b39cdb5450fe3387c15c998849b6c6b83bf794b7b241f1c78b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e994e4da5d7bf83eebdb6782f336488968afe306727cce6b9cfbf586b9a27481_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:91249fb15a33c0bf8b5bf3c0f236fd4fe272b9221f4fcfa6608e97ba5062c5f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b8d389436f0ac6d75dfcd0b203f2f5b0e1b0e2e24285b9a5bedf9f74f1a14028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d2de1317b5613a1fe0e1a3066d45b39254699ab4ca693465c142a1b05e0f3ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ebceb3b171511aaf1879d1dbc0317a8b442907a4543296f98ac7b95a666a7007_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:75181a033e313a70beaf372623524609b67fef9bfc6d274fede6668472d372b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:afdbf9208d745f708e29514f3f0a8d4d46250abc3a4213dd8656bea821b5d6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d958fded0375b67387d7108072a021665bc8cbb314c6299013e4fa735c36771b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:e37c1a08e704cbbece45ea440c3df2891558b7a5d2149f5ad9c525bb2750fceb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:055dbcd28beacae24ee8d66dc4da1325ed65214d6a87fda0e245faf7e86b8b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:3335179cb7aba6a931e954bba13cf5cdbc8d7ce2a1028449b24e3f8650e81700_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:84b963bd51299df7ece2d664c7fb0c86417e590cbf3954f8f83325c3a5c52c0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fa0797fe5ecf24946c2f32f661386f03124e26422b399084731b3ea99bad18b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:040f4c0fe20a276f2adab59161175987b9c23c28ad1133b1733d23b10e64f37d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0d04483669880288bbc3c74d95bff22fd58b9d8355e5c127156d799706654a04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:990196d38e581361e53ed1a77343e367ba0a6ecbd3dc14225d3399a0fe3cc546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:f638553f4201fe65e8a992391a2da826c03ff30795badfe0b3cac81d8c096398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:37b59330029e1a4b906f3f0563e76bde71abd0129f6120413374f9d0def4a267_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:3f172c621381bf420034ac1491ebb4b5d88bfda1a4a9b9162f42386ef7f2cc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6e569d35a0dd93faf16cb7904a03c75a8eeeefcb4af68024a87ee973ca78b02c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8b44bf5d87e97eff50376a9db4db6d3e6b7b269ab59c60d053c821a00c08f955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:0a6ebaba9d5002f863ff2cb9b9c71077694c4c1ac74d4c870337f681ba807fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:21d2bed8988aa824d26ef09f193317dfc20cfa4b19283dca6c1477e7a26b851c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:367d6a163e28351c19902dd93fea90e26025d38fb5029bcc53ed7d34ed2fbdbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:edc5f7fd559e80ed10230b4539eec5b599974c90666b68dfe20ae2dc201f9513_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:1f658e82192571c5235bba4723924d9290339fe74808a1d7f109b23876cb872b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:391e68af6d71bd8140f4aa697b1f0fc5a0256cf5668bf615360e2fcc9bbdf49e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51a3f000ae9ee25e937a6d325c77a1b09bbe9cb7d324508b760498720bcf06ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:63e3847111766f320f3ec4bbd4e96dec0c85816cce20d27fdfa0b4df07d0ba54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:4c66acdcc16a81f0a7403663424d3c3dbb526b8f7679d7586d64fdfe79fb3189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:54793d0a8015734e1af58ec249f42af89fdd7b5b5be4d1c98722d3e3c9319e3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:690581e14e552b8905ea4be994bed621bdcc44b7f0e57ef56331586ff3f27b59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:9ee4efeadb882de138cdb45a4fa8a1c78cf24a06e06e6f165742c18b0cd4b998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:44761c993bd7840edc6e1ea9bf0df239a87c6fffaec8cdb041616ebf75a9a247_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:522832cf2b6e87b478435d1005836de9a1c8a9a25c49eba3c0969ca00b9152de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:c8a4d4a0d34351b5a2f1c0bb0d54afb6f0d4ceb8bd89609f2229a111f931d11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:ec9b35edc2dbe1d8e41a37d3eccf0499a8a6635ed39d708f87d3f808aa2f2db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:199aec60e3df838b099461dc2f1a8cd00e122168bd5b0a50dfc06951db0730ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:369220de0f5189a1b62ce7c05f09bdda5e93e63f507150a73e712affde53f287_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ce7bf428b85e9a41131a8027a91d95aa1483f51b270b12c6fc9acfebf92f8a8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:ff3bdc9a0bfae91f2d4af973fd0db8c08a42f45eaf30b103057436f2ffe3158c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:1cea70a51f56c36f298127fd28940d401350cdf49e63407145edee92528c67bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:654c5e5f15b75f9d744d47077970006119d859410a3c704c2332d3998146ee37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:c5e3beb5f916f17a1b1c1b36e80e3b701ff4787ba238067a96a3f7347845685b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec13594ae5b0d263be5caef67dec72073e214d40a3c9f54c185e519c777013f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:1825a7fc930dc4a36ee939cda1cacf15fe454d8ffa7dcc5b6928aa2b4af771c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:218dc903ffa710890382388999ebd176428ad6c7850f52ea634f658323f1890b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5756cc353e09d03049ea64441fc2bacb8184c4e497f9713b6db822eb093ea0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:94ce5c1f819e8d331813b0a4412d0a5749e271dcc4b9f34b7917079ae5547bbe_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat 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-06-30T17:38:03+00:00",
"generator": {
"date": "2026-06-30T17:38:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"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-06-30T17:38: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.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-2026:2737
Vulnerability from csaf_redhat - Published: 2026-02-16 12:56 - Updated: 2026-06-30 17:01taffydb 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
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
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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 Conditions| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
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: - 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:1dc2620596822eb28fb997bc51ad2ecb352011e63f4c54fb650bc3e4c8009c4e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:25ba51881b0dbabd2911ec309a1aa881cfb8075605a6d50dac63751482a55d62_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:b219c4478e43d68d1a3f2bb9aa0ec16cd30d11587d48ab5952ac09b03771c396_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/grafana-rhel9@sha256:eca201d07c2a36e80e38d331ac5daf176ae85b6f36884bb6cb22df27dc14eb63_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:5eb26c2ee619ea24d5fa836b1d34e18fcaf83ce5202f9cb5e57adc4c1860cedb_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:72e2a67c8f707d8c4c0657b2d69e47e3d426db857e8270330fcff59f7145f362_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:ad1d4a09a47b2770be8feffed6cf0b8da2305b0472515ebbb08ebda65d608e79_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/keepalived-rhel9@sha256:f00d96629947fa7b290d75ed751bc3e6a514cee8545307f1685d05662b3257cb_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:2325f237ab329cb3f1d3db4da40ed19f68d6daa2a5902c71be3f0d3cfcadd503_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:bf39728adabe9f4c9b50eed0af81d3524ed655718a0e3f86fa1f77aa6ccdb4d2_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:c571ca5630d65b34f08776d61f6be269a5e819dd870a99530993adc50c19e43e_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-8-rhel9@sha256:ecd314ed5a994812d976dbccf0d3c4db54fadf5c1cba46d1fa0b2f0a1fd0e921_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:60f49f5b8bf2a681ee8fc8b5cd1351f70c1fe9a0052b4ec4806f6f5e996c14ad_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:9ed8cbcf7d72efc99c619dbebb4f0dc548ac574d76f321efd5bc077ab35051c7_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:e856a58e6720d1fb05988d53f5b5868f10407551f8dfffd8b27e30d683b79920_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-haproxy-rhel9@sha256:edb5ff30f3984733c7c778e06a05fedf562790e9b2baf7f91f23b84e3db1228f_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:224d90fd4efbf139fa0a8f37705af8556c89128d9fe9911de8a421877e920746_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:91606367539bd6d36ad256a49a14f94eb534de2ad28e894d18288d97612fda7c_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:d287d7b9594acfc6c2a49e9734c4699a7f641a24c136af2a984ce91ea2c3bdb1_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/rhceph-promtail-rhel9@sha256:fe7eac5ba8577d0f36408c3f8be773c4e95ef57ded868a47cf80f669c51dca98_arm64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:064b805df36b0ce427e9aa04177bce9334b1f691f2d3f15e469b9b969ce34bd4_amd64 | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:3a2e53f6ac97df7e08ea40464916bbb50edb2bbfd5623b1037a04a8cd7f80ee6_s390x | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:d19e8224bbbc5b8a5c4c4ce7e3f7406d93c7e8de87de638f20cd806bcb8049c0_ppc64le | — | ||
| Unresolved product id: Red Hat Ceph Storage 8:registry.redhat.io/rhceph/snmp-notifier-rhel9@sha256:f31fe74f9dfb4a181358d4513573690c60fee2b3658472269239189374636a11_arm64 | — |
{
"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-06-30T17:01:41+00:00",
"generator": {
"date": "2026-06-30T17:01:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"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-06-30T17:01:41+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.npmjs.com/package/taffy",
"url": "https://www.npmjs.com/package/taffy"
},
{
"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"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/pull/66089",
"url": "https://github.com/ceph/ceph/pull/66089"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/pull/66140",
"url": "https://github.com/ceph/ceph/pull/66140"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/pull/66141",
"url": "https://github.com/ceph/ceph/pull/66141"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/pull/66142",
"url": "https://github.com/ceph/ceph/pull/66142"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/security/advisories/GHSA-xj9f-7g59-m4jx",
"url": "https://github.com/ceph/ceph/security/advisories/GHSA-xj9f-7g59-m4jx"
}
],
"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-2026:2951
Vulnerability from csaf_redhat - Published: 2026-02-18 14:15 - Updated: 2026-06-30 17:38A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64 | — |
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:10afafe878bcf82a9aee8ed2c5d7ef41dc41ec8d6dd657fcd07a32245e1a2a1f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1276b0dbd068fd7888365788e48a4e3a524a4555061801139fd140ed2d89154d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1f2396dc7d067a59fdf3ae861aaa6ad8e521baea76ce762ba64ac01113ea0813_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:ae2844cd56a695a0b86aaf2c2a7d0cfd3cd468a7f75bbd697badf68fb7b6c45f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:11965dab871e30639539bb95fbb3efb4512eef8dd7e035bf4de493d38a7d14ed_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:322611fa1f6e73013902ef235a520d1100ee6c6ae83a0a82700712aad9c81334_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:74eecebb47868a381eb3fab89bad5edc5043824b2accd7bf362558f061eadc42_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:940b0800a74e94a0a8d3320b111f9be54223f19f1a36ed2c058a177ce54be35c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:6e5ab7666201e1f5ccc8ce39a04eb2f06104195678f0eb1ac53dd6407f40b205_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:7c23610958889833ac5f43958bccf50e4662b652db57e87e5413ecd7ed875be1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:d7f81c1817fa00d8ad1b7884bc9621a64fe26d374d86d5f681d6d2c53b9d66b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:dfd100a754d9acd3ef1c597cad420c72c1066237116caac223706e877926505b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:04f0c52e789500ec2969f7568b804a6e3f6bd8f7658e4d4120542939dfc92c73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0cbc576dcb0bce7cdce2949bbd76be8bc9ada610d95c2bfc0353d4512a03a5b7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:d48d5d6ab7b94b65c034da7426defab0b80c5afb2a82a891542dc5370eb77768_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e770742cd2e0ce33226ea051d5a4d659f12aa7de63e5a9ee341d3dd4e8d1c47c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:767341f14ab16e337e66eae3a1c8d4cbb37b791cc31d085ddd817223b43c9c6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:801251f9f0f3a0545e89cc5717d0a093ccff134c464ad8dd8c53e680b8539fba_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:85207a723d9436784a101337de015006794b50ddfa662df81bfaf45518695452_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:9ca9ea6b3e064834ee9f53f5abd107e584fc9ce39b99881e22f89f6b65e75dd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:0335cb647a394e9c9b9c0fd32f8dfb0051432b73968d7a3b0313499da7de9a96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:a26701ac648c1a4f422b94a750798a4358f95fb51f7e67c6b9486a989329cf4f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:b89c851ba357d6c0a67d2cc95e8346c0108bb88a1954d55aaef3b7fee7a5a82f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:d4dcec8fdd305607b23b8d9deaa986e191852bc957d88cc3ed79363232f03f2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:0eec8730cee2920692e03351235da329f1c9a637fb11b450281e739bd26799cb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:67716827a43c2e5c74efa0f59962671cd5760f4faaf05d2a2a24106b59bf3719_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:89610642c1a3f9c031b8a4ae3d6c85a496f63ec4fa45861e2692872098f0c8f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:e9bfe6dd2a805a81f6565f3526159d66060b4dda3ed52addb96e0bdd0454b712_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:248daac88da8f53faccd7d7a81ef32927bf6d6b68f20f700935ae97f37646245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:58460339a4dd3e4f08c071e45292615124eb719ddeb087d95effcc31b3d9e976_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:dde7862f2e612213e8a74622ce9841a772965b6ef2a4d63826f0287ac5eab998_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:f8c2f6a89d9e1e02c52ea25d9910614a4900cd0dd0e9ce16b4705165ab170afa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:31a39d4d29a3de6e2bed3a1cf48398f9d03a73b32b64d0333f5eeac04b44bb30_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:5ad378b674ed0135cf732e7acff92ed5ed775144f389f0ef30cc102dac8db6fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aacf636e5383c337d21dd9120d019980720caa3e20e3851d59c316ef09213041_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c0f2e83777eb449f2e0cbf02f8095fa22fbbcba72a2956b51de2285ebe120f4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:1c8a130d6e033bb7693ff6ddb7000fc6097d89dacbf4a2377b8f27ef7030d4e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:8e6e92ae2473c721657c639bdf336b545d4f1678780e3c8c8f907640c7e8747b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:f355805050fa7b75f41d3ddbefebbe54b6ed784f765fccf789ed3c40fb7901bb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:fcaf5307d716ee101fbfe6ac10b296448754ce7e2a362a6b038bb201cb961f1f_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.4:registry.redhat.io/oadp/oadp-operator-bundle@sha256:6df8c66ca55c7ce1b6440d888ef5a6c1a406285a38121cd6cf724378d97cad89_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-06-30T17:38:10+00:00",
"generator": {
"date": "2026-06-30T17:38:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"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-06-30T17:38:10+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-2026:3905
Vulnerability from csaf_redhat - Published: 2026-03-11 04:27 - Updated: 2026-06-30 17:38A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2b498b9231f37cc2950166fbfd245c406e5def73b6b4d4e9f11e85106a4b2d1e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:49be0fee3515aca013ed5ec670147999ac78dee50590093ca486216fac4939a8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7277d6b7efc974196b7dc06ef0d9f3eea75dc17173fcf2915d66983a90c8e3e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e00a86c095aa8fb842e4e16b1be65da5fa8c7cb68ac54359fd3145351f4125d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8bd7e68a704e3cc6ebb5de662482569ebe353f6fe32d774adfbcbfa17ddf5d55_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:987f733bf42ad58716951c02183b4f2f4779bb74133c9da26330161e4cd546fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b699697bf2ec4f91673f9a8f6055fc266350338bf84e74418d5186de17c2046d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f69581c282f494b1dcfba07663cd6c1063f1405767ad9d3b62c050e1fe5cf676_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:033a0acbc78b3f3240d7d6e038a2ba3a15b6ab3c47e4531530ba50b6fa6b9646_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:08caf8aaa957986de7580fbdee4462cd8c7c154b82580be3f998275647fd3db4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9d8c8e54876da2a6c93722c200c15a2d9872be0eebaf52d0a997a27b53bb11e7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e80b46ee07e53894d9255cb89b33bc0c3b7aec73d1ed5060a74ed85234641ee5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4ca233a7fd7230e05a423c9beb35a21ba6d2c1a74e4dbcbe57d01cb868d31758_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aa9ea6bc34c139e0651d8aa9a7e1d4fbf325c93eed387dd6d7e7137043ca6804_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6140aa21678d5652c4d09e21eab5dfad35af30902b705c70f72a384e43868ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cfe1861bed23be7cf1f4778e14ebeba3b7eddba03c4bc1636f56a140ade5137e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:12099eb7367774e928a12dd346a36a4b5a981c9f6ada9c212f28c1228492c914_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2aca8083cb9d1ab43fb45e0905545ded7834027e21b344e5fe476c581c3bcafe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:994c7fee6318cc9c233354387c8847ef645d9874c60727d0d26aa8ad570a2d6a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bb863f226d09a6aae0de5ea6bf64034643a18e802a54ddd3a44a89ffdb6865f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1dd1dd97a363face566e4a10095f5ff53e44467da8f9367f65a1a1b21cc25ad6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:21b4c9cf268bb7abef7af187cd775d3f74d0bd33626250095428d53b705ee946_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5d20c860eda843393250930c00ca1d4af7b5e13c0c393fcf7c59c6fdcbacb04b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b8cfa56f31d97c4e1705d5e5f5795cb745893541b22766a3f65b0dbe462a90c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:0c130cb9e3fad0f7390eb0fc0cd91be363c4840a955c510a46b493dc30f5610b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:230721a361ded8c88c26b1a8ce4257acebfe47e7c5d54a518c3da67b65ada0a2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2b5e7607dd6e9f848e00f6661b74ace31424025feb0456c5ae29b8734396c4ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:da26695a0ab94eddc0841bf2ed51b30921e2cdc2a9a5acd0d951081de67f1a97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4ff4996876bbeceb336ebce8c445367f6f76df9d35e4c4c18e07d01752e38de6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:56517f7030f6d81427d9d49a55d2f780d9c2bb2e2535a81ecdb31e58de4e2081_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7cb4fa964052bdc4cf36b7220ca61f66830d127d19540f2725e80cb8ecfcf6a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:fbd1222a92af4a7a6e670c13db9b9cb37b51ad95f79970a6cbe8b65473134fe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3abbf8cd523226d82db0b24371abbef4e118cc4202316ecfb4aec733ee7ae45b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3e63270e3b3d0bf25b49797be0f7431f8f5f411ab6468ebb1341166d552c8a9d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4cf34abf1eeedbe486f78fb4ba8fb17db3723395070edc1dd382a93b29fb9c75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:cfe8d555ea9388fb603ed133e383f527570256cedf562e4675e88abef49e4d0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:018f018d136d2306a1378db2146849dd9192a5f54222037fd16eb17877633082_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39038e3de81ae5c2e3ccc5b862f0201561e411d9539a4fd6b32a5c887f6b165f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:39c122c726d1bf520dd481350fee5ad940762d5d4c9f8c012db6bf56b0ca8757_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7ee4b2eadfe1c1c03e74adda3bbb04c55439e62dce8b29e8ce934e65da9be84e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:405e894549bfaf77a84d99431c9800cce42c559dedfcca9525ce9ef8fa1f45ed_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:5264542aeac43b32c325051c5f18f613fc76cc3fecf492f9350f73bd7bc3c14d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:932d74abd837d1cdb6968ae1c910e11cf4c8ef0982b8972e6f28e196a8a80556_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b84023c9437cf6a6bcaee35d7620bdaba7bdfb80ced44b4f5836b935eebfd6dc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:11c74b0cf2809897849b7fff27429e7230c5b3fe994717311b52130202a9dceb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:acba3aa06a6050ef57005a4dfe00fd3b9726f2068b9d30d4f0d49ebd0bef7776_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b5d5ad5eb6dde229c49e4fde19191cbc7e2f614e69c5e5805def062b99f6eb29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e73dc5c5abd220d01cb70c5be3b05baaac8a0517ff49650db4cdf736e086974a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e305a2c6f82b557ec7b47dc3fbcef0a22777484ad364f6727172b425e45a75b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5269354b17900c411fcc7224b3a2461ed707e443e7122acca6ae5c95e2384e7a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:878dcb84e849c871768373bcd0dd68e389ceb518f8a824dbfafa3af26f5dab72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:abaa3501546b20bd2ac69818d4fdacf3928e696dd6eaacf847f8c842e15eabd3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:446bedea4916d3c1ee52be94137e484659e9561bd1de95c8189eee279aae984b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:60f1022d13b3bd1411c4dfce4dce9c8769f176da17d753ff9f9b2e395cf943c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8df81279dba4c9ebe1930748a24f81871b5c938d2528b533ab68e98beb774c0c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dad2d36ad736de6baedd5824aa38454f7c7db5d8de3e8c4211a535fefbf11e2f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08885ae46a8021295500f92efd1221005816182f26a96d2fcc2600a1bacb8c54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2e7697acfb1855d106ce048a50f82e6f0ea70e62a7d6e339df068e8de78a52c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aaf467d889b8a44a55af5318c7ad15d7b12fe28889ff0c9065fb0c8bdf7b1e14_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f2844e1edf22598b0676413031528f4342902a996e72546d3a5015f57d0689c3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1e1faad2d9167d84e23585c1cea5962301845548043cf09578f943f79ca98016_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:702ab89855790f954314a0a370794adf50618460ed76217d947a7861f0d462e7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea337c66c8798ba450843f9fcfaae732439e92658347f8b0e628e6763c10d43_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e02963c3bc063b15f99ac46597c07b74ed019014068f027f588e2aa534d24c5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ca27ca63241cbabcced8de0ace232026fa3f92a654d3a8d18adc8c00ee73059_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:374a9eada4e09d426629444a29251970b9211b9f3bfd9189454a6d68cd12506d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81746928198f3489c6886fc264b41513992e0b22d4f45c053c3049e47278e50f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac6576dea7b9987315ef4b246632d61cf4acd5ee32ba54f525eef7daf4c0f1c4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:003aa50b0ce2e1637c01e05a1b462db65bf1e75b119e5ca0f78e79d57f9b0f8a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:46cc6ba4ada48ce4928da255d7d0ea9baccb337fc379eaea8c2063581ddb6cc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:97da41857918899478a7135f8ffe32442a0dff2284d398954bc7f7067324c531_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c462537ec52b51af75e8cf6c91ac81b1d2626a50c5978a6d70dbc3ff01ea76ca_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8e53d49366008b22285566e9831a8fa92fe3b2abd07cbe62e9961760ea70dece_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:92aceb9791e8ee5b7db399e31bf5c77f3f5d797bbbfccfc88266b5ca44834730_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:96173d347b39e0f63c96d3ee8cccb9073d49e62d4cd45124ccb79c2719d39e60_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f06d17a6be1696298b8fb6826fe5b4961b8341c4791d053a425af8fbaa86215f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:85b1e0cb9eaa63f0601e3a7fe82120d257f6b44aedbb2a972c2c8b4eafc9356e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9903c313e92760bdc79e4ad964773ad4c43a27bce0cbf4f618b060e0f88bff0e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e97013a2f5bb42bc86dad7a2ae6d3905a5308390b1940a5676b0e64968c5a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a55e88c5d635b90fb57a051f3de5be72c95dc6ff52f7f35c43c7e607895ee6f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5b94c5577b5b32daf399f069ba98ad37b6872aedc53b395eb72e314db189620f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:82f5f92d6829169cfd479199312b97ef5ecaa247d558797231dc3c03f663be30_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:02b1a96906874f4f4744546c7e9d024b044f47fdf7f6f8de4ca67167ee549b44_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ce2910d7504bd9e9ebd1ab94276d78e93cfb37ae63a5fe4a6ed40b74548b4327_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:361d5356fadd59df35a99d9f2b8f654e930ae6af5619a8e3b8b04bb4fde1916a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f8be2ccd34c5347b290d853b5d7a8d746d13d2f5d2828da73c16a8eb6d5af67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d475c6d3b7ff13dd21df1ea198e01f72158d2866d8dd96b23bb5b2f7e5164056_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f9a5f406ad4ce6ecadd3e2590848bc4b5de5ab1cb5d0bb753b98188a28c44956_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a28db2438421fe0949a55d72bae4a3420a62802cb6b393cb295433652707aa11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde6c22a6eb17d7d22f624747537b8b5a2b2f047c0ee3e04610521815a0f1d73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80475f5daacf992bb6fe28eb3be1dfac5361676ced6d4d86e614643ed6d0a053_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:84c811adfae43bd1265fdf0f7048f582dbd671b0a95d5611adef7965e8bd6aff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:00534ec2823bb58616c955b80cb8fed0fb9193cd2fa3b9b06089c9692c33175b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:357a791aefbd491d060f724bf0a6c11746bbfeb22ff0e3494e58caa087ef9bfb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:90301eddf92a4a400c2029d1c7ef52a5b6e82bff981495cb6eb899f27a0a0bfe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c29751fd2f350401adc85f72edb386e3a9c999cbe62508b88addc87ccce81c0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c217102a93eeb9009df1342a5b5202cc43f21f25f050ff9b97973dc48370b69a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fe31f5b78d8ec974d4e30efa3524849ebdc534bd5e83b6b8789944322ee9b9ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6bb125419e5bc95533ba7353ca92e8ecce415acfd4e17ec5ef09aa69a093fe08_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fc78ae6ff45a27c111fff14e9d15a2e9982f97577722fe519630a018ebd64a5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:25ea0927741b69143c3d288e824d9dbf476369ee04dcf2ece86ab92e1b7046a3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c7ede995e9f063c14d14db7d70ee4ddb5e098b36033ca7479593abb1e34c1f0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:13a3fe1b64974d4b2ea6bebddbc974b777556820de3dbd204e8a5b634e7a76a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:30d434ad5759d0d29546f612334fe55a56153c04baca94b8421b8757f702890b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7bb675ed85cb440e757aa981128adeda310c2b5ec9a72465b9fcfed0eea5e144_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:94b28a0da75f383085a88df3d5b3d97b976bd9cccf0defe613085e918c7126d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1e50dbaa8d368e1c394f4509b54a51e60b8f23a28644ab7d3583af7b49dd826d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b937b631568d3bfa6b22840888949459c10777e452704260327c23bef0cffa2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7854f2daea288f4fc2cba3af5c0741cd777e2d97ef9d13ca25d798fb79c19f37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a3d62fdc20709f766266a1655e9c95e8b7b0f1387e356bdf4067865fbf02f239_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:60dc1c69ee8fc271a69a525224be7838dd4fcad1672c7f8c258da946920faf79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9750bb3743f90bcc7e80ff26d5dfa2139b9baa206cd2b1ab83a8a1229aacd855_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:97b13f947c1ffee34d2280ad0595599cd8b44ea6dd5a57be3ba9f4ad48bfcb02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f58228fae9937763d0c9381b9c51741e7567fe46b5e1e9e907c762b98a54f7da_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:211bc1cade81979d28be5fffa10026fac5c6006000a4da2b0e68b5ca714deed8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:399fa6aae161186bf2de2e86eac1fc4da4a92b70a394785444a33775acaed7ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d703de1ec2166e584b815fab2c331161269064df86cefc6676a34c2ffbd61eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9a6b7671fb17eddb4bbf25fe0c6078e3390ffbd317ddd70b0d9877cab0f9096e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:064e2f86579d2454cfb1710b7becec4571e4a7126b25a3d61133c092598c7713_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3160b9c4d5f4c3af05c6a073a1c590b9679be82d06193a819aaed0a2914e27f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e7f60084bf53973f48fd54cde6ac56f7f193296173719770c283080decea177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a07908454576e704f12a2ba9b4d944bf05ed464df3a244fbd719114912d4fdea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:37eeff142b983dd1c3bae7e0cdd3240dbf3d48afbc01a1e398b75f57983478e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:836c3a34f7716fa6824a41fccc6f85817b8036a1ff501e7b637459a376e537a6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8a9e8da5c6114f062b814936d4db7a47a04d248e160d6bb28ad4e4a081496ee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a7dc46249cd1df481f068339e010d74049d913782526d5fc6771105e628f5136_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:75dd01bfb8e1bc5716fe0beb2f6a0fc8bd23f230647dc7e1339b6cab7c669a1e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b3638e64ea9f4d0953dd2bad75a3e2c54f0003afad53f460661d15fa452a43f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d0564ac1258eb7fca16ab61d2414632acf87f9a183af662f0baff3adadb3270e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ddc5283caf2ced75a94ddf0e8a43c431889692007e8a875a187b25c35b45a9e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01737b4de48a0250833a04dcd2763945456667205290ea95a2f7c5468a408acb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:118e59ce337e04d4501da9c4a7d104302452e53de26df487a8d0f20f3306ca66_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:92ca3929d8dc451ac51dc3ddb8e9be8914f94a8712f35368f50d2199e7f282e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c6a4383333a1fd6d05c3f60ec793913f7937ee3d77f002d85e6c61e20507bf55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:059952bccb90d15641a464a068f5c2bfe1db98ffa82cffeb34df3bccda935d07_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:26acefd71c4464417a80616014c42e59578612d41d8067ad2def65f73540ce9b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:58646afac407359188dc938313a4e5f260a0ea1c990cfd1c1e6086eba07ccf99_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:82f2c59d19eb73ad5c0f93b0a63003c1885f5297959c9c45b401d1a74aea6e76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e0c4d08797e3186f16cf1eaa998ba8c32e83345af19dd45a7e0f48bbb9afdb5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:496cab5ab4728254d95c63c2bbe1bd26e9a1cc232758510b675ea359f9e4b916_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9afa3781d1c5f3a53d75a7e5c09b46b2269b3393c84872768f4b91e3fb117ec0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a3b591a95b8cefe94fa755c8bca1c50c257b9ae1aef2c2d779161fecaaaa26e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:477f7c0ad2eb212c7644396b7e931921c58a12020eb0886b917bc97e8abe310b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c320b055d31e8df372277363e6de04977b745056eda816a4822de238d3817ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8424e2c0cd68f34411387506212c0d22f5dcb449988c76762373850866394bfc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bfe394b58ec6195de8b8420e781b7630d85a412b9112d892fea903f92b783427_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0f515f4073470bdc148a1f759008a281c0d69fbbfa8a06e86663798501c9d5b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8159a210dd66e63bea9f1e5363e6c018914951707e546d5b0bddffd31603c183_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ce8e3088493b4a72dd766b3b5b4ccb83b7d72d514bbf64063a913dfe961273db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dabe1903377c6b13219fc32498dbce59fb37446aa2918acfb998d6f48919f584_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:06848e4d5242bccc942a67d81e5779eab126113ea7797d49e6cc2060dc0887ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:23b753adc8f02ade73be6ad9f3d665745593cdeda0fb6460772426fd526f44b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7559e3bec1b8829447ee0090a635955dbcd69ddc90481ac2a3a58749803d5510_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:965cbf85b0fcebdc7e732efca48665db936941c0edfe6e8557f01e1a36c64e05_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:480d6e10f175673f5f041aaa4adb7950e5b294c281ea64d69f4f4aad79f9ebc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9c712f1ae0fc4d7e2d880a98fd85713f539cd414121b871919ab9e261cb2b716_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9e01dc0659167aebc0216d8636a8e22102a2016790327598e261d50f6e6dc8a9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f933312f49083e8746fc41ab5e46a9a757b448374f14971e256ebcb36f11dd97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a3d38d32404767bf87017dd516304f859e2b4d149c26cec4f6a29673f272fc1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5cc9d2188efe8c28b6f2f867f06b98df2b3432b7223393213785b7b591869ab1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e3f1f314ed7b70c58dde895c3accc5d8aa92b8885032dbb10c2c3e0645aa526d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e6304fd65944358b0974e4f3b5ea2eec3eaf1c096af3938fee36d761b90073f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3675e79c54cd7414a1f020780bb1bc0cc1239ffb1213369e238401a7607cf02d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:66b306e9d34ab1c91d62eb382aa17a8003baa39af24269900f951cf2536ad626_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:84537ceda09abc352c40599b6d0823a9ebd2e4e477d8ea8d513d97e6289599e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d39b03ddf7f9fde43bb73e69f1ccc6bd568d581184e32e1836491ea5b8147ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:092247813f55184b95a58199c4635c8f3081e6664e3e7cfaf19b55d6f6911d93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:112a03f2411f871cdaca5f20daef71024dac710113d5f30897117a5a02f6b6f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6dc374e7cba5deef7d006b79ac0c5721519aef285ac1b8d5d41c5fd95b25e9a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:844352f29dbc870ad4defaf775facc2b44a36af7f9e45a025066a168142eefc2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1b7f855e34ae736062d4a4c7837debc9d750624184e04456bde6de17b1f262ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:292560e2d80b460468bb19fe0ddf289767c655027b03a76ee6c40c91ffe4c483_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:532b857d2df802d17d0206e9dfc3f5c82c7ec885f77ee02b18bb8263cab517e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7205782e2126443dec905b79c12a9bfe5699a5016a84d09f4a812e8f4ff37333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5acdc37e2e0b749639e0410b83d610044459d7a53ca8d562f8fc66fdf2c05e72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:712d334b7752d95580571059aae2c50e111d879af4fd8ea7cc3dbaf1a8e7dc69_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d8491aa0453a30c7e272bfaff8f97745626bcce93f0749af1a8dd8572be05319_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f72e5624cfa4e294d1d0e367265a9e7f387b7806cb1c8cf54a2acac4c1fc82c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:736befac64fd3bd315017a06e05ad91a015c1c5f2973394713ac229c5ca04608_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:908eaaf624959bc7645f6d585d160431d1efb070e9a1f37fefed73a3be42b0d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ab7c9d5790eee49a25a5361a9dfcc1f2f243e4ec62207b7de494da8ac9598d5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c636a37bf1bf776b8588779095b3202ffc69d181107ed39abae1f16cd0ed93da_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2ebf808e2209f466ba0b2b8010d1863e4fa6617e3aeb8e6000cab97323fd0cba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7c527b4e8239a1f4f4e0a851113e7dd633b7dcb9d75b0e7b21c23d26304abcb3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8320473307191f864c2e7fdc6a2cf93add8c74167259eb21517b6889b807c127_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fc1c2d217703819a28276158553d25eea93523d9c12347bdb9fbc5a67a3d1369_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:06cfed457e628ab8d7add6a28122c42059f1109ebfdc14922e4354be4e389adc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7e98969306f1ec28a0df2bd7fd7ab1123a1154e744750e05861d363ba62e3f14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e71441fb5650c05f47f163003a9628bfd6aefffa590b488351ab0aabb4e093a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea5c8a93f30e0a4932da5697d22c0da7eda9a7035c0555eb006b6755e62bb2fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0fc986cae897cb04c3628f954224684df5f136cde8ff5aaf930e686f611dcbaa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c6525b0b38cec98c0ecb816bc7e2c60f7ae105b6b8d5dfdbac4c8f1b3aab856_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c33c5c180fbebba6622671d506e454b0c12fb6779fae5cb82c456a8dca636c2d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5a971d5889f167cfe61a64c366424b87c17a6dc141ffcc43406cdcbb50cae2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:189c69922074846dd6181253028228ae5bc7f39b57ab3a2fc403d4aa9d88374c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7af9f5c5af9d529840233ef4b519120cc0e3f14c4fe28cc43b0823f2c11d8f89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7b3c18d55333d2e37938f5d02364cad456bb383293f923fb8b7f14edbd24ecc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c17fba1a3591b52da2055459624a73eda9437ca78901130ab6f0e2d99459c46b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1cbaeaf512e6e6b19ebd4d444011d55e3a12e8e1b9d131ad2836cd9d3bf2a96b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41b3bdd41341607a2d56cc250cb044dffa696e7af57811638c1aa79528e50202_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:77fff570657d2fa0bfb709b2c8b6665bae0bf90a2be981d8dbca56c674715098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:fba2d8a931c890743053b2fed12749ce33f1bb15142d82ed579f90169461e8ca_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:00417d27f427664484abb66e69b88a229a6088402d968cdfc131bfc37d97f882_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0853951c65ee73a71181a89ce10df3206da858956507540e9409e2be6bfe8375_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5a7079934eaf3524f934ece4696b73a47533ef31883231f0049970c9374f869_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c5ce3d1134d6500e2b8528516c1889d7bbc6259aba4981c6983395b0e9eeff65_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0ca1435378475309025dbf5521c91852d17ecde8eb4a1fc92caeeae65209b1e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:411a26a6a51e1439ac813695b12cd5923473a1b6605ed35e529ffaece31123d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:acbfd8a525dff3b455c92ab714650e3d69d3c5e1221c0fdee9fe85a725de3a9c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e5325f3bef54c22f95012792b1af808d8e1ad78539ac0bd6edd81fda56a6e2ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7e7c0561b627d2eb47199b2a1bee40527c7faed1b5916562374a49865d7cf168_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a894beeb541d13ceb01ce5cfecc4b407421553fba21e3fb14aa7c82862f04a54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c032f87ae61d6f757ff3ce52620a70a43516591987731f25da77aba152f17458_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eea29e5ae97732ef49a327139faff6c9efd51b34560514f9ded82b391c9436ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2b5facf21c6b09c83a438ae279d038c16f9b77bd3f25d69f82d2e237e67909c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:347f2033e44d2f6e9d5b29ef24107c8b1941b6071c99ed7ad95b824d3fe5bf77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4dd8835d60f1aaa57982f92a62a3d37adbb3f7ebe6512b07f04462d97de7af72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ef199844317b7b012879ed8d29f9b6bc37fad8a6fdb336103cbd5cabc74c4302_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:53f7710fd2563c627af381f4523e3069199bfca67e2ce541c781904d6253700e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5c983016b9ceed0fca1f51bd49c2653243c7e5af91cbf2f478b091db6e028252_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:803834b0082e6c8abfe3270b1a6d324053fd664c2e19d20895e3b69d457dc095_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc5382463a7b1f8af5cb17df5d411fd414fdf5d0153a4c0ad0ac78a2095ac8c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8c90de6186be5929a02ec3db802f64dc7d2b60968fc83378a933ae8e0a0d861c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a708b2366ad089777d5bd65f969ea1ae542360b66e2fe9cc3bcc067c95a89005_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:cdd28dfe7132e19af9f013f72cf120d970bc31b6b74693af262f8d2e82a096e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ed2c49069d6aaea4b07a6a076bab60906949cf7a581b238ed1e4a6090899dfc7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b5e874a0223c48bed80c1de137a024cd634547f5fd09921e06a98c3904a9854_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a746a87b784ea1caa278fd0e012554f9df520b6fff665ea0bc4c83f487fed113_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b9b49f9b1a3c332d8789524352e06cc4b8b3db1f49f8fa75989c951f3c2b5885_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb0c5fec03359822c83dda669e1e98f9e108b25d0145af508924d16abdd9203d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:38dcad36a85a25a9b754622acaa3d9628b3b5e2bae7cf66ea6f4163a514a8e2f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c14812cf0d1b78e5d40b1c9041e5840ed9c8f2288649a56b29bcf913a05fa60_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a594b67fca495084b567fd061b0d98973d38e3dad4a60a2774272b7bc393aafc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ec8fd46dfb35ed10e8f98933166f69ce579c2f35b8db03d21e4c34fc544553e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1353eae0e6a85faa9f24699032fa3d71509f815e38c68505107653136e0241f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d79c531d35523808187a49e1495cb1bc9d862ccdb81e0c61097a50506f02e88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f0ad0e72da7355c608a07640b0f7c35dbadf24792731705b8350051be06fed3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:aa5e782406f71c048b1ac3a4bf5d1227ff4be81111114083ad4c7a209c6bfb5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4615a94a606588c3c6c7f8d0d5792eccb5e2d65c5931e7dc53c8b8a2df22290b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5d0a6ee905616ef70c6adc1e6206522537a82490ac78a1a77aa0f6cdb3e89e93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:adb9f6f2fd701863c7caed747df43f83d3569ba9388cfa33ea7219ac6a606b11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdebc1f371f5f0c4fdd9ce3fb82192e76f6b7db84efb4653e7f13f532fef0bdb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1523862f64c2e39dfbc977d33c3ef4db4171cf951fd5fb8018503f9e5583cce6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1f23bac0a2a6cfd638e4af679dc787a8790d99c391f6e2ade8087dc477ff765e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf1315d59843110efa571fc91f6e6407bac91698cca63653fdb125f00b0b9a97_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f58c9e02f55ade21c821ef07bfe978c6bd8e282561a491ddd1f428c6872cd65b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1927f544480da6f98db56918c94e68fc00110f25ee256752374532ad8b0ec0fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:313d1d8ca85e65236a59f058a3316c49436dde691b3a3930d5bc5e3b4b8c8a71_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:68fff3277135537aa58457a29b4401072272cb739b2f8cae5f3b253f71f8a49e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bb4b37c2ef0ee66c97727c73a0124522485fb51f505d63396cac4f1060d18de5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb1b14840c686df7b4f9b1d37617728ffc5596363a11efa7acc72e562200f64_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1fbbcb390de2563a0177b92fba1b5a65777366e2dc80e2808b61d87c41b47a2d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e04cd797258fafa222d2bb07831d442813eb52e91d25535773930df574b4e8e8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f5c099d6263badc3c44df8a28a907b0d062981aabe964c7871102736ebfdf4c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:158c141fa188e05e7f17b427639833d5d97c917560f94bcf11bf5fc58cf85d4b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab745a9e15dadc862548ceb5740b8f5d02075232760c6715d82b4c3b70eddca9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d6e446fc1a8ac6705fba9aabd62db376ff2cfced17988f2a5c40437f2bf55552_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e1082e3f7b37ad717c2c2ff6be5de6987e037875e5964c65d9e152d998b7ba0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:30a2f97d7785ce8b0ea5115e67c4554b64adefbc7856bcf6f4fe6cc7e938a310_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74b50a5a2d426ff1c9bf93da8531a4f1d65ee866b148103057c525fa6d0c45b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8f339e7a2e3151bd4b99e6b5a49d04a8e222caaf7b54d1000d99a482ed0508b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d2cf799c4620d628b6c2fa705a86e55896e144333ddbe699e3f5816526885f70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:20fdfb2760f9578ddf1dbe50f78f0f0b33a3d3b656a1451ab8eb4bca997d42fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:267d7e053badd6babf727d37f6bdc3435008f5f018ff4c93db6ed7cc96ed85ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:8841e1a7ffe94a7c6e04760a5659935f64e8331b5301fa14ced7f0fd85e0ba68_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c74d55d8b8db53fa78e3223ecb87dba14358f3a5bebd9d6e3f6b47ce1c242f67_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c23ff7eab2bb9025dfb885a2a695648d33cc1b24d7e480ff56fdae0ef1bd0774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d00d59db93f84702e7dd82ac34dca837633e078ebd9c139e7c8231794a228c6b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f37e9d9ac421f9fd8ca5ce6633cde91117be346a86e56c1d8c5f038c4f858ecd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:feb74f2103a40b6b2c5e66951a4c637034095d9be5614959d04b9171c92cd655_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1141d9044efcd212e5f0b6cec2ae9c7f3a5d5b7737bac87421ab021eda58f2bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9458310389686962d9636c4ab42a6970d5337d8992c660746d941a9f1ab54542_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:98bf5467a01195e20aeea7d6f0b130ddacc00b73bc5312253b8c34e7208538f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cce366e8f0978d32d1940d473a5d0ad186cd4816eddbbc7fd187614207a0fe77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:104992cc5a6304409d03cfcd39a21196fce22d83a7f9c70f84066450ce79d608_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5bbb8535e2496de8389585ebbe696e7d7b9bad2b27785ad8a30a0fc683b0a22d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b7efd61cdbdc426ce12b7d2c147d575dd774957c333b33f6892263ccf568137e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f4271b68caf676b9001dab10f6dffc977aceb6c779251dd202a4147d1f1cce97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3ebdcc5fe1edc33a66ca6acc3d8a32afccf74756ed2125446fa33c47ccbb8961_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:479300cf42478d9c9a19d768e7c25c08800439907f02515965d457ea3208f33f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5e12e4dc52214d3ada5ba5106caebe079eac1d9292c2571a5fe83411ce8e900d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f338c8396bb7e6554075485c74cb99cc62fe710d403226db78499f9850417ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2c4d5a681595e428ff4b5083648c13615eed80be9084a3d3fc68a0295079cb12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:59fbc7bdfd9c56f94525d2a7ef070161803488aefd1b87de95d96bcac999462e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d0ab94a4f7286d5b19f84cc9bb233a5ab3e3652ee2409af0e4cd66cc3ea2dbce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d894190465fcba5581428f6dad258e62e205cedb7327fa3bc4e9cce07a846930_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:51aba7dcf9c276f55d17595b6f51e8abc532e2811457160d8e6fe42a219ea29b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f357238e2e91c79b804978401909536e3b9c657c994ab388d82ccc37406fa380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6a4b13450fae7449c108feac2ed1894b1ee588b776f1fc7abaa1b587d4f128f9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b2f0bf8b84707646f962f446f9d8e27091796740abf15092d294625e6afb03c8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8ed36d7e6dd64d1d4152dfc347cfe2c7a932541f66234887c2145fcf75ef3149_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d1d8bd27f81f4189076f15eb28e04ca3848124db7b1f3f1438793693282d6897_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:12c15e9fd22561aa1f905f0437042c4ff38099bf4243e6469b5390d5a97d0758_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2167051f6a8d2ecae7054eef6d0f4b9d76481c2dda1cb67cdb6582be081214cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2af92f0e90f29d4329e3ad1e235e69bc2397e065bfbc6772d7e073701c7b1363_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ea80561abe5d711c301c94ccd9c1193ba8f9b27ab229e8e8aadb70e19af3211c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0de2b4097ae6231bf44e30b6724d34fd6ca3b075050479be4cabe5d5dc0847f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6cf7111fae0b014e38437df4a71ff43b14f597943a22b9ada7fe174e4ce30fe4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:81820b9d57da6b8cc3423c90bdf312e30647ff9d3a0ee98613d09f75a5faa41c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:df1a1d1b6da64b08593b6e0435d175ef310530d2c80db9f3fa1666d4eed96123_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:431d4d5ddc4906f4340920478dbf920100fd0c5f757cc98df8b958831008d90e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7d9f2ee5c5c9de1ec4f11782f64ab208a7252cd5925381f6c97e5367c832ad27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7f42a877d794962193d792163231e076195b1451f9d09260a4c833b7d587c217_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:dc896fb89120706f3f9543f5502dc6772e1535a45581a60eae9fc8d46865d98d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1296d0ef0e516dac504d47b57618e988ec5fe6b0a2019319adbf99a56efd6428_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:91ac936fc55cfc9d22e96ba0b61eb0114480fe6e6f7fd26cae780e0a2ad4c84f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7ce31e7a0bb2c38d29ced899704249479ce280f444d211b468b907d367f4f70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ab54cbc830307b1e996ae7a39b7619ee397e159ae6cecf023e3710931de44d3a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e47c4708ecbc593636b07720689e56fcfbbaf8d1b1e71e6244c9045e4aa89c9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6bb0ebdf55b70bdcb5e5da026a5bdd39aae59056dd4d09ff9f1d6ef8396b4006_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c45b513bfc10ab5094f0eae170cb46380ffc527a28c05c7da279e351270bc6b0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dca644664dcc5649c27b5b0d55102bcd46c0d25de3e63f96866b81f7cb1d90cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f791fa7d3b326639cd8f9565233325fee1dd0ab8a067fefa6ebc223cff437ea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c30e32b2cc9bdff2d1a6d2bc70be769d7c1a4f932a009e830cd6ce39ec38925a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d8a31138bdae4975c69f6c9ad5fb30ce438f4bd6ae05eb8fd7db07924729855c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f96a41b2c0db440e9c5d75e7763bc35c93a6dd576adbf6d69a44a0730fcf1753_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3fae29fb1ce0fc7bf4350180d18991315d3f0d5551f507cc578d9e5c04e9a036_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:807779f98b0b53e30803c18c0fff14b2761f1c7339e9f03d3c69e19c771846b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8133ba9bacb994152c6edecfb192e09e7886495075b67de7ecc00b141954052a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9609c00207cc4db97f0fd6162eb429d7f81654137f020a677e30cba26a887a24_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:25c119c13c6c072dc704c80bb6e1141c1ec2e420832f58bd0ca458b25535e063_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2e46378af340ca82a8551fdfa20d0acf4ff4a5d43ceb0d4748eebc55be437d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5dc5e69763f6d314cbe6db68741885ec9fa28cb2928342b1bdf81c849e3c4145_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d59dc82bcd946839054af95ae881a27203fd8f42458ae72142b2494193516edf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03155484ac3b48dc85bf20e64f026379de02a31a13a231962a870ec0f4e89f1c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:467b92bd3321120ca17a0963ac1bdb6bca1df2484495f0abf7f21b4dd9a474e7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:95831fd7fa49194e7c0a9758ea4e4fc124265b01aecd4d3a7c9f74aa3d87c719_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7030c5cce2d163a419586a8c57a77f457845bbf4c38043e3a3954ad65fc439e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13b4928e9de51c23898c713100c529d5c3895bcd5d88d777a59ea2cfdb7cdf86_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:60637f6eed5e9adc3af1863d0ef311c74b9109f00f464f9ce6cdfd21d0ee4608_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:83678a2ca62c316a19bb9760ac06276c35da1b6b402050abea4e4f8a7a27f237_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f7a311df5ec6b2a963b6263e1e32c8fa0cd85fd95fa54baf0e176d3c51b7d51a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:73803927ea0bbd200d4163c464636503b41c7fd616b90121d92ec9f3341bcc64_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e29dc9f042f2d0471171a0611070886cb2f7c57338ab7f112613417bcd33b278_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e937288ae4a2b4397e70b7a88d577bb1ce794e78db294d4d4d5a9b5690d4ef6d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f254143d3b471b715005c807ad40aba00862f34be081723e8ea519f233f77853_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1457959f43ef5b3629163348c9001057310f0989fd5a880c5b914a79a39e4162_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1992b93c18598c7f9cd5f1bc2e2620392be1549fa0567bbaa90213a495ff2edd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:37df9c265224d623ea309d87a400161641366e09117162d1dc4062e6efc8b395_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3cef1a05abfbfc7326503e1a711a78936bb0ce8341db35ff001b2596f05788ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9b66a8df532bebf74fec82a2ca9a3453dfde27e9a48bc846f9d83958a96b72d3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b10d0983e590404cfede32c97689202dda0f871eebdaf434f35eed6f889f12b6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3d8441238b790b2e59f478731e4eb3073c320bca146358493e9d033924039c22_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:78861d4efdfa2f7b109402745c586e7e0be2529fa1d9a26b0ad3ddf3e8020953_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:df22bc11624380b064c0725d3e31bb371cab5dd6de72b73e44b9efc71a72dd83_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4199c6d1f4a8577f4f5bac612dd036b0e7b2d23bb0bf09c5b0cd142cbd4ee7a9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c5bc4177fa4900bf05f9271f517c0e4adfd3345e74eac3d1a66f26843bdc54d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f422ffe6b712af5b5ee25b68e73cda9554f145a58ac26b02b5a750f5c5dd126d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6039c0124bfe0608d088f9380a0fc864f7e67d8815f8af0f00000c185b019fbb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b453e3480f626b01edd123583e36e1abaa4f7e18343658b49be6653e7d1c13ce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ea5529fb8b9615127af98e87f54dd1f5289fcc60d54b551160a55372db667a0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fb36b189e56d3ef5f638f6c14d9b05e2ff0fb4a67ccb71f8aeb64251a7134015_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ad53b941b114ee64875092b9873b6f81192c270db6b7eddc615c7d2b85108e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:88b80df3157ebf9cb51583e6f9458262ee1553dab790d61190718d2ea1c06ddb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:965bf79b579935f81d6e272705e7d43a3bdaeb536c2b093dbfaf5fc246d013f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b23c544d3894e5b31f66a18c554f03b0d29f92c2000c46b57b1c96da7ec25db9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2eba021ba09290aa858ff067e8391a3cf1e302503bdca280a9c54dd4588f3820_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:358181d91a7961c649b374951778e5f9f9adbfeaab02f8ef77fa7826b3c24ca7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58f07e28451f034ce12ec90c7fe2531d3274d21abefbd03be4d19699586346f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c2e4fd1dbde8c2c8e5ccee83fbbd738b2c8fbba8bf17f9167583ff293068cc95_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c4ac1ab8a08d39ec69e318d1820bff09506cdb330901c5a0c1e680ccbb447f3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cfd7b74fdf00c016b75faa0623cba69203de98188e9c3050faaea718cd5dd32d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53284e11f5db88ec68f5ac7fdd1d42b26e62fde221368f8a1b8f918ed6b38d4f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ac079ebd98dcbf92a5858fd436f692199c10da256643ae05e1850de758ae9cd1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:101edd497d95ff956953bb01124b8f81d6d0691e2a44a76c88dd8260299ff382_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96942d8f652e408cc590771948c9cad4129752852d0f12a0cef6861ed347e00d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e0bf95c08f60590ee45d6a43b2bd53541ad67acfcadba98766ce0c6016d3de7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8386e44e2bb5e7aaf08a37ffe478fa01797d935f9f00a1d46a4e62068b0eec36_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f3d47aa12df46316710846bdba2b1a95bce1dce932d7f0b1c557710f99d00130_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:70fbe1426e22b7695513905becd482399e450cda06257657d522050c9ef6ab64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:dc9d73f7518eeceb138b681b3ff50afb15f35c6e1188d6d49cfc7f6286a9f187_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:3030e5a4274bfe958f235919caf522bccba002ff660ae67bdee37ec97eb313bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f28c3488ff36d9ed2ab6da459a8bead5f5949a4216e12b83f22a26bc502faed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1973d56a1097a48ea0ebf2c4dbae1ed86fa67bb0116f4962f7720d48aa337d27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:19a1291a158fedd1efdd1a06aa532e37aad3df397f07796ddedd193a8c868fdc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d4c9791817fc2f3891635f254b16a76a55e81e4bd99861375f86488a9c6faff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a0581b748e3eece8fff757cf2457b5751a938dab75546f358f810ebb31bf7dbd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:361c8d592cf9139328c5784935fad288be60eff6a6c85cb4982a8438254b193c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:4079a7aed32d6d0081d474a0df2355e7ce961e77178f72ce62a98627a6030eaa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:57f4d015f77222f51b01c551c66b36b437deda13a64197d4724778469d61ef1a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dffb1edbef068e9aaafb9b2f7489135a862fd0b0ff62d115be8bc576b6e45fa1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f74a3e06600172711b9f5ab619dbf3d89b5f934d66bdd6119c0f1ed3d9fdee8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d5e64d120a3bd0d0c70bc8fcb04729b65f7872beb2ce991023ffcfee71ed3a74_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fe47cea9cc6e4e71050b8cd8f23c772e15cd713c2484fc9e24d1a9aa9d4e7504_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ff41ee2739daf787fa816272ad2f68a3653e043fe8fb1f25b3b1211a3de1e9a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ec93a3df61511d59ef7445ef3753933f7f50f368bb85d80af4d3558b93b2d36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:46ac8b0f147d63740a8b07d667e61ea6178a73957e5cd0e38d66b439aa8f8930_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8bfca998ca9a63d0c21c9e992945eba1328165d091d16aeacad976aba70c39e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a862832a000b34fe99c18a15ddd6280e911e20974dee8d249994f0ccf969e0d1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03a77c220a4608ab3c8b25c8e05dc82075b96addea5ad5336cd895681e35f57f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b7ae012373efe09ae9242c3ae6ff7fe4fa79fb45b49e8796a1a9e2125acfe068_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:02f0aa65dfd2a58e13248b4e2078caec450fa2bdbacb3afeb34d1de30c909b0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61e0fc6bf04783436d5c9df7cc0ddb1574d86b767bb0802349685a5359dc779f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:967889c93734985d77ceda23dadae10b6c63a20ea6ed884bd1332d6c408e0c35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f9aca5a74e6d7b6048036368170385475510aae8d0d2fb2a9b1fa5290a2dc79e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:979c8bd253e44964db7a260b2ef30c4f884341fd21f64c1cd77544c21f0e4706_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d12d0dc7eb86bbedf6b2d7689a28fd51f0d928f720e4a6783744304297c661ed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecbe13123e56f6d7d242a9d770b94e4b99b33243dd41196d32b2709ac8dc2a65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ecf2e3630c4a2bb22d68f28c73b97ed44ff36285ad612f95374fd50dffef0220_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6416a43819bb18a3d7d4b0e86d900b165cec180bd544ec5f89665e4994dfd250_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a23d2393757f33a41e9a002d0a7c4de4791fdfb605e34c4093bb6889a7094be0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da5fec8d247636e279051f11c6ad6e30d210df13f02ff865d71936589d3c1247_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f264240fe2a46d7aa95e56ee202a8403c3dad6c220cf29caff0936c82e0c086f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a1549c63f4f6d5ba4e4325b2014d389dafbc4d4703142a87e70185de8ffbf2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6722fdad755d7e322a44ea1c790aa70fac0414a509f6919b0fc2aaaf1fa9ab65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:951ecfeba9b2da4b653034d09275f925396a79c2d8461b8a7c71c776fee67ba0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a3f0bfdb9343878825e4e404e285965c95d2fb1023ded2faebcbec5a54b99bef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:03d5377a63fe0b65516a5ed2756df2d6908c850cf01f34c6cca92132dfdd7376_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:557a617d0232a36f44fbaeddefc22224b5a6620555b8cbe4afef99c33bf90bd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9a7109ae161514f0b40e5c440f1a85b4a0f21fb6199ab62cf7ce00d03a34b9e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f09a1e83e2b26524881b832bb20cc6a924f360ae377979db74a8b8ad9de26744_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:18b5e938b1cac4026b1e3bf99fc21b1ebd51823bb12c111fc487c78463b18297_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5e27bf607a022ee55b6558d9f5bd921dc5e0c61734253b964092a6d8fcd155d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9c930ae38540f0194d08e5367a56ab88447cae9b43a8dbd8f615f805e28d525b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b4b55da165fc3abad03195b2f10dcff3c539c196bc7b7fa6d6f932512ec06e5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:29f4db816827cc19fd548355f1e762e180dc1794d7fd6abb918acd5f93b379fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:4cf6fa3e0545f85be452c28ec457b29779d5a62e56126bd2669e3e4aeb97d24c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a504e12a3873a8535730a84fab4b7cebf7cb70bb172b798bda2ac9e8830d0238_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c44dcc61662e62559d0bfe4266f6099e693f61de6a854c9fa7067ae93dbce55f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:08428fed73628c5efcc1eaa83db1fdee4a34b2b7eda7427c4783fb46585e5c62_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aad7cf0eecebe0f07f589258eb50fae340ce70805d9c8ac65c035fdc0393fef3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e9debffefe3cb42ae97b244383c060fe120b546b5bcd9d71efc2440a17d9b658_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2da8bca264f28839c7e792815e9b7ecb77037aba8343ac0da39ef676b2ecf70a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:54fe3d120652302375c397db24b942877fc2119fafd26c12e3ecb7a82815a485_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6d09a79ffc29ba0c51f3942e1bacb77dabac8bc96e5007c9180ea1f04a8f5d66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a92db9565a362abeed1f63cf4b6458d9bdc8b5a8fe3f8e052432bcafd8cb1756_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1204f11bfad6ec9684ef174f89c5a44b97aa256fa85a41fd53fed1d10ee24f7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1467c3541decb38afa32e4134d83e63aba6cb7e44a24132939390319faeea76a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61301fd8c01676f13b03073224432fee9fba5b75efc71da96b46c31e170482a6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:de91abd5ad76fb491881a75a0feb4b8ca5600ceb5e15a4b0b687ada01ea0a44c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:398d5f950340cdb89af36b909cdc222e213f2b8cb48385ebb6b83e6889a2305b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ad54ed4995ccf4d7221020aec3e9bd7d5bd0fce995e4ba7c151e537eb4f347b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:af0fe0ca926422a6471d5bf22fc0e682c36c24fba05496a3bdfac0b7d3733015_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d59a95cc6bc797549a9a9448bc246b1be072ac160a4f3c7321e9bb3ef12830a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0236941896a32a817c933b5b5a85bbb63188c90b05eb0ec63d0bec454ae24ff7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:55263411a60581cda4b581fa64af4b443b007e04add2e8bd583e41fb084586b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6b38f7cf1d1e15f497152ae661eb358c822a5bfd52820358b48a416361da59bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:bddcddc296ce363f3b55783425259057ee0ae6d033c6b4a430d92eacb9830748_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:259762454190fb072cf825ab5d69065912aed514984876fae96e872fa8707c5d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:63890e4ad553fd32b0e7e6cae2350a31821a21b95b8c737ddc2785e64da182ee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bcb08821551e9a5b9f82aa794bcea673279cefb93cb47492e19ccac5e2cf18fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c85245ad660ac99ca721a2f1e20f6ab537e2774ec82456b29418b0a033ba74aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2cff1778d744677704c6859f63611340d12ddd3a3d1cd425b546061aadb4e7e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3b81f9d63097241aa29cf9fe69d88bf7ad6f842cfe9139d5cd254adf256917e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8e509e7c2541c0a935ba6047b0fd9b98f6f6e43e26e63f1382e6e08a463cf606_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9a7cbeebcef0eab3794428c064c3bf01dd1e60b1ea2b18520592ea67b37184a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:04d31474f0d85dcfd8ce4fa4ea18d1b17fe675960362cddc4bf5b62904ec00cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:082628d4827af8571e7711465fee1b5672f145cf7f258da7acbc4f4c2c9cc510_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:451c5837d1c97fba22c34c54b8de11f0726e66e28fc166be4f5d9bd71f28ea7d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a55ec7ec64efd0f595d8084377b7e463a1807829b7617e5d4a9092dcd924c36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5a406c49e7658645c094ad20b744de2bbaebe3a43b5712683609d5b3393ae718_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:791e99ed632cdf6bea2485a3a8cdc1fb3d16a105915fc3d1028a92c2e890af8f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d744a36accf7ba7952315a5e4fabc1e076c1b1a293765b0fb13aa6e3941ee76_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:896642a5bdda0cdbeccb0293d3de85f8882ac72678df8d12fb501fd3367982af_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0575f89d9f251f2f26a231f5a5280ab892885757a0289bacaec180555ea2f55f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16eaad5b9c7bd56148ffa3be9ef6906125f90f7eb899f7b0b77b6171ece4a0e3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6ca15dcda1d0894b385e207009e8fed0e12f9bd19045daeac6b5088bafb489fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e3a494212f1ba17f0f0980eef583218330eccb56eadf6b8cb0548c76d99b5014_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0a09f5a3ba4f60cce0145769509bab92553c8075d210af4ac058965d2ae11efa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:617d3a55e2b73bca85b38d396a2d276d3198f04c31231cbdd7356b5e5e3f6e24_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6fbd0bf8868a4bf866db6ba2ebb67ac10cd0f17ee37a8327cba70d19aa223f32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e97e126a68bdeb72e89ff4fc641857172b1bd9ab5b718af9445a021bf284fa9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:86efb67105ed8122d56f20189b88b5e3de8ca80f6466898e6608dfd2686722b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93ba3261bf52606895584230eac3aa6fb7bf0fb7fc553f197fd554f18d04b1dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a2ea85c74215bdd9bbe5e6750d8496e2b249928e9d12e3b877878e274166b69d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e1354d4e6433487546a34cc587d09acba468fd320217359b036e512a152e6bb9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e66fd50be6f83ce321a566dfb76f3725b597374077d5af13813b928f6b1267e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a61fc5988382a8417b68ff54ab8319f9f19cb8f3479cd0fedaf720859ddcdc35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c37b4a68403f8229c36f05bb47c7529ba231e7ecf91c5178e9c29e03923bbd6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eba8190d90b5001bfccaec92e8f4b4dbb90264fee735d76b7001401c71fdf229_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4602c0dcffc7aaf590750b32f93bf422f149cabb34918b0768ef4822f3f3dc45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:759fb1d5353dbbadd443f38631d977ca3aed9787b873be05cc9660532a252739_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:89ecba2fc7765e9f7f54d47921f9cab39d24ae7072d2fbdb41730c8d0bea71b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fc9b99ee5e4130477ea51c7d97ccaeb87b86efcf80448f6cc0e535ce16b94baf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:551e92b1063618b3b619aa1fa151c9a98312262eb2903cf86712128ba3d29342_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:09bf79f7546dc5a59760501476f688af0d63aeab7d73ead2dcf78224ffd7c4b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:434169eb30d2a988fa04a2aa66461618e8440d86b7f5ee26490ee10cef744997_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7d4a034950346bcd4e36e9e2f1343e0cf7a10cf544963f33d09c7eb2a1bfc634_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c4767add2239c7c721a2da825a438c317442f02d1a287bdad69e07792c4d9f81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c5bc829a13bcc5b364288fe23c1d234405f163b80ae28101ba622cc8de79c221_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5171a3b446df9d88aa4825ad6bb2171d6aa136ca63d3ed0871fd9f4984a747d1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:68336de39011c52720a4f34e7662ebc79d69e84d9fd0c8189adbd47c685f7afc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:96f4fbe8c66a38d6aa7b0b82b584b6a8397be33c9058c3e1be0e70544b5fe4bd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fd8a0884b73158b8db65861ca3ee7613478a166835b1c6c3a86b36c2151b82b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3fdcbf7be3f90bd080ffb2c75b091d7eef03681e0f90912ff6140ee48c177616_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4b0380540301171df3ea15707815ea797cd64c3426f83d1adbc6c0671b8ff787_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:783d44b233610394a2ce81b74ec8a941e79fc9437cea796b62254e764d0d855b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9bb8451abb46810a65716b2bf4044db2cd0106d13dc54a9a4570c2abd8336170_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:006ffa67b5d6bd97adbe864571961a5cf0f2d860e373c6b8ff8b3f79545982c5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3062f6485aec4770e60852b535c69a42527b305161fe856499c8658ead6d1e85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57ec9668e572df0b0f862e80ad5b5b8c1f6fa2534eebbbaf4fc3cf7601aebb99_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9faa3b8310a9d8aabf4b8342fede0c701b30513fe81a5a49002e55c6de2eea07_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a0380b80fe020cc797904c8cd57846d73b319c7d17799e38b0fd3e7bb11d43d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b5ea1ef4e09b673a0c68c8848ca162ab11d9ac373a377daa52dea702ffa3023_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a945067ddb2674f248de1b2862118aa2a11c7939639cde61364fd4ed9b945647_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af66faa5906d0eb39f459c4f4f42b40f889101f04f1dced6c5a856925f615a48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:39e50c2ed4467fbc2f944881255564dfbb6b16853e7d62db5b476adc4751404b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4a83c12e35f2eb24b11c666ebd0eef7050d68666f189aa3f7e31057c9726514f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ae50e496bd6ae2d27298d997470b7cb0a426eeb8b7e2e9c7187a34cb03993998_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c485e8e55eec14495ee99f8fa9f6661d149d8588428cfcc8af0e493501b06640_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0a98d96c51810a2a4c2c59c8b3696fd2106d83491eab25e5189feb55b9785cbc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:93fcd02a77aab6693174b0d6ef8c78a05b02d8c912748709893e25cf67af96a1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c2dd7a03348212e49876f5359f233d893a541ed9b934df390201a05133a06982_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d97aa3ea3ae161c54aa55ed4837dec08b1a253ac004d429d0cfaa4cbe35749f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:648dcaf0e8d21c6cebc3382cd9d4568412c518aff931793083c45680ec92fe72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96ae39329a45e017d3444b3794dc95126641ca54fe645bb8729b3d501bd47c64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6ec17d7f27a27eb6072a6aa5ce0e79be53e4e96e1238eaf45a866ec89334de0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5352463d5ff1ce47f452e4532a3208e1f918569634429df092de06b8a5284b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ce7be6517b6e779d679361b9a7d6a5527a211e4457094476ad9055b92270a8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b2f63439489b675431a16d0eae4ee638c6149da6d1d9a8d71a1d1f770d2ac3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:640d8a281aae4370a9c5dc0660ffc09c851048d2dd1331f175f60e81a11fcc79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9f0d505a150af2e1cc3a499a3ebfa2209ee91ad2dc51ae193947b6a5c594b206_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:034ff0c46183ac426477a80504974b7fffd0aa822c905ad76f88c88c5c7b472f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39d7bf21f69452d53ebe27ba6ac7911b059f3aa66066a49ffab961a42bcce89f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:406c05c82a254ffdbada465a8467c2ded4a75f67652caf4f59e8a8794d03ac9e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c8bd95b84c33750b6a5d68ff914c99418bcac9138d5b20a0465d95bfd6a16b86_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6cf7cb7ab387cf90fdf50b7ea764cf16a1d14f99e50fe1af5d44a14092836d28_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1548af5f99bbf602e68a69463031ee4cd49320c63615c53d839836ef5421128_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b984c701e3b6c32836703c39e927a7e771b1f336a248f9c9d8c0c3c6974d6aae_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dcfe7fe11661a0c9a444def47e46670cc6b945bca3c38b37db0a2dc57d190799_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:21185a094e4190ee82307f91b912a5e5c33b57b0b5ea03b60487179e6003dfaf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:23f2e9f706f28fe4a309b8b74628a6a7412b9eabad12ed6f4393b5aa3bc24091_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:54bece27737684021a9502eb0880308df93152387286aec44d13c5e6030c6818_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f775473e25f7321c82f8bd20bb1c51c68bf5c8e91c90580ca92f09de903e81b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5cdd7a702f3e14c70c9a167b8d20bb8b866358f3f2feb6e700f4c9ebaf6c9993_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:951111b1a7e452ae97826dd9706e828a0061f270b3d8b723dcf74609bec7e678_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:af8d0890f4439687d58249bd241e195d047bcecf9d0b4e5036780c55d4187a33_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b43e2733d5b577eca942a6b54aa57ede265c0e9b64b3becabc81f437004cb1c7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:02a1c14f060842b38aa0b579a9fec52166fed457c1cf9c684bf10e9136317cfe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e391d7ae35c453b6d08d17bd487412679390d0afc7bad1110e94882bc5c0364_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6bba3f73c0066e42b24839e0d29f5dce2f36436f0a11f9f5e1029bccc5ed6578_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6efd695fe2ed02148d2bbb18e9b3b96174b1ed33a21e01069bc1e4e2aee9f1f0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0396e53685e43bb7eaa4607cf034be4ccbfcedc025caaefb7ee1ebe292c07b77_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:632e80bba5077068ecca05fddb95aedebad4493af6f36152c01c6ae490975b62_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3238f79a486de37f49820560a71810e97ce190bc098023a39be41371c20bc74_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e7fb6742cca54dcd8382aa65552a90cdbd94cf5ee84e2648477c0fdd569172ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4997a3f771f258a4fdf8527cbc956c6d70f597a47ea64421a4872feacdff1435_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5b00c42562d477ef44d51f35950253a26d7debc7de86e53270831aafef5795c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:77cd7bf4fdb4d9027b7ba3e3857f2ee8604f62238db060bd93a5a6ed7ed5acc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ab948c2a1aa97873bd8f001f21803e4b136c714f6999b7e24b1c58c531393325_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5dc2a11d583af65b7365ed1dd1d0ed015de122893f4dd263f245f02a31792eb9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:77bb75cb84a7a468a4fbe0fcead3e2f8c7270a60800ea2cae1a1d5eceb32d956_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a346da1b82be17527e200efc49a859602d06d7c32d8bd6a4739619e7fa5254ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f7c8ca40537b781e8847d23bd1bc3219c62edd6a59fccca1bf3018fd7b2224a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:166e1e909e7f7969938c6efd18c27b99453a67e1ccf0f6a0195c2d0796e2d942_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2abc1fd79e7781634ed5ed9e8f2b98b9094ea51f40ac3a773c5e5224607bf3d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48c768a326c4e9ee4248308d55efd3070c2430327aad3de0eb035170498a3091_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d2011b7e68a903c5ca9a34e66d6de825284869ec598061b1402f98386e3c34f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53d66d524ca3e787d8dbe30dbc4d9b8612c9cebd505ccb4375a8441814e85422_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:861061ae45440799d8efec4b19664389d95679c8e87a2e1b207db60be75d6720_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd443d3d348746143d646af2d0fd64ec6e3ddc9f1a7c56ea85d7eea192d57270_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e357459a8d3afabcfceccd83ec2d9ff284062f894137ed94bed64ac2d1a7a0aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4dcc3f2648915ed6887ff9db0c8d45b5487e3acdd7eb832ff6e7d579846ed90b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:599a6022709f05d60b897cf39961d98a614863cb91a5483722034ca91a36df81_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:284d17aa10d048eb7e39956681248cc31caa37aedde5edcd72181d12f1beaa43_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9135b1b4106e67ad1314cbc286c9c9366e4575a4d7dbe783b51008747b81e81f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:20fe74ec53cca9cee4ba9d0c065a05b1daacdb2d9a5e68eb0dc871841d88ac27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ab4c2abf595eabb5b34fd996a87dce0c08c5636231d328e107de6b26ad3fbd46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:68ac7f6e7d9d54c90309e5f33119cfa3f468a917bb45d1d1d4aba4ac04208100_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6e35cd7a542a8dbbb9523fa64d909f2f7ce407f1694891d40105a759c69983_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:28d99dd1c426021eefd6bdbd01594126623f3473f517f194d39e2a063535147a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61c22014e76a65de5854b488040ef3c735154e57c0e7342b43786609738de70e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:96d8e8ab2c09986c379909c9befbc86e2a787d32a22aef945b5b897be24f74d0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a82c188e711419b658eaf53ad059624e0bec1dbc504744d039d61db4783d6c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0be5d73579621976f063d98db555f3bceee2f5a91b14422481ce30561438712c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:554964b1217350b9cde0a71f975cc8c11d55e6777772c31b5907a82733695e36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:721354ffe5a030ae31514d7c1bbdd6b081282c884ee37c91ef7b8fd3db28e932_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bfe57ec16619376f2c12174e97eec3c6e81b3eb072c2969dd64c918aa42f53b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6b0d53f39bd713864dda69c3e20156054e398001edfcae385af11d6bba4af67d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:828f7cb42c498623639190f8c8c69533de26e2f5f0374cd313a023d3d0052b2b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ea36739b7e81007aec2e901639b356b275434362b254800d4309dd0aa665ca36_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f4e036ad4b2c5711eda248820a2a6765bfcf8420e54a498ae78b146a755ee3b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0bccc03fd9ffe278e15c8f4be1db030307e4cd5020b78d711fc62f104fd6a980_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3750b7281ed4cbef6c791bc42556bee351abbe41dd0b07f3454024b63f6958e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f4cbb6b1ee9f62617bd843353668f979ed5e9ca3e29843df399b6a1c164159a7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f5f14f972251eb6edf94067da5d80a014f195a9b606ab6d19fcb12c2e935ae57_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6c6e5e598ff8bac41f5bf52e4c2b25655f461d1eb85d7c00c4ede22e8e12ce9d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:97c7a635130c574a2c501091bb44f17cd92e05e29b5102e59578b5885d9bfec0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c5c9edb0dfad0d5ef2129178f8286c9be082e064f261f2e4ce3b88dc27b85fa4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c6bc9553bbf1ec6032bfcf89937cce92b3a3bfc583db208860c137cc93d1afec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f68278adfc62c01c0d668b67ae92dffd4e70bbe4aab0bca62944be9d82d6ca9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8bd11159470f98f067f547ddc6fea3bade8ed03524a354e89ea8162097eb785c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9174864cd47431966d033d283bc7836e7ca579139ef85c36275db542fda80803_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ea4ad0f01442f6c6a2d61dcbd8941beb1f5f186aaadc51c8fdc7dba64b2f833c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0bb3aad7a4f41ca02b5bacdba72c9033c564f4302340d5d495e9d2b1aea6f481_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:10b531fee39df46d2b79afbdfe272184150d70dae16c1673a1f3297fb8c92172_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6cb05ee81fcbb516270eb0a9ca324f40c3c02944c13ee0a2552815d1d412f745_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f3038df8df25746bb5095296d4e5740f2356f85c1ed8d43f1b3d281e294826e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:22ee9f825b6d8959e14386ec0cbbe999890362eb6c889cc8415a2f0cafe5f86c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:498fd176eace1159d119786bcccb81f154b77728ff4d59ddb7aa83bc8fea199e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:812819a9d712b9e345ef5f1404b242c281e2518ad724baebc393ec0fd3b3d263_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ada0c0803a2f936f0429c34c6d0a7cb592e0474e395a222e52d007f468260682_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0d1c07dd7a9d55fecb39d632de903afb3163c5a31a4f7b6027ee09261e66317e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1a55dbb8b575710259478e6f7b206bde1519a369234bc307e620aeb4b1b3c052_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1be9cf7afc785fbde8c9d5403d13569bc7f7fee8a386d2d8842f2b40758ed430_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e641de48289759979dcf59945b915ff279309648b47fc77af04696b969fdef64_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:15df48980a49972d5259be6d8072155f57bc842a5e91196fdcad81f6a2b87271_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b707773cfc949916e7b2b7e20466cf5e26d2eecda1ffb9510ac4d889f3306dac_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b8bfe135b2dce7488a050df6c807f9e6510c86fadb86385c07380d0e8bca8820_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff9075455260cdaf802531110ac647cf9619b8b25b576d32a2e176101b113f3a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bf72297fee61ec9950f6868881ad3e84be8692ca08f084b3d155d93a766c0823_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bfea05b5032c70951150edd28dd31c5d367cf4ec8daa82b8541ce23e36e92fde_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d9cf2a85dba65a127a0194938e1f9c1ef6bb0a7a3a91acb28960136bbe1bb75d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f93269975cfba3754b98c8015b330bdb71470ab859c4d8f01b0c951052a5b0a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67c988e079558dc6b20232ebf9a7f7276fee60c756caed584c9715e0bec77a5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c0028cae865fe291427c474c42c37f5f4e2d15dae3d995c6040fd91b9a402774_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c00e96c095783a915b5f0a1e8622a74bdfe31472f5bb599619289047cfa02667_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f94ee078a69f9186815db37ffb1dd298db41db3434d803e53edf9f6c569c8427_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d48e86f50f7d0ba5546975d6b9fa54b4e791c444fc43f1b9a5d6850bf5afa662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:15dafdb3c0ac1bfcb21447c14dcc49316762ae2918aaa93b373f4f0ae9dc05f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0509bd17634879a7e7c73a96a6cfe4be00f98e3ce7258733d0d6bb7f8a95b91f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:ad103effb35bf1b15fb53ef8f3d77a563dee94e7a6703924b377b31ac7754ba2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8ffd1a20e9d382302fa94cde6ccf3cb20da8045876d0612e15200e76e6f42093_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9d816850cea91b3e011823823312b8ab74e67016ab822f435e0943f5758b9170_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c4c2f0ac2d23a17393606070219485ba5d974d45328077daba15411925771795_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f8265a73567ea0c3345c8e92bfd7e06a8e486fcc4a89fe46da46737bdb43cb9a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:78aa5be28be7d85f30d68230d193084a2ec6db6e8b67d91b99b9964b7832c3b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:af5f5be97eb8cebc751d6b9ecc81c5909b21608ecadf1b6a2d895f8946824623_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb815fbc06b1177e229eb1144c4edb1039b4e7072b42bee6f19860cb99bc134b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fcbd032ebd2cbf03370a5c40ef907b84449f43fdb3c28da925f5544118a1005e_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bcc4e2a673ee6ff9f8bb9334faad4d2d2cb9dd30c4afad373ffa7df2abd6b91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:697468ba01644ff1598cfa54869be0a1ea674e78e699d9a3b60c19e4fecb1fc8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:80aa8a7d884c52a7989cd1549b0272f51eb31e2498e8c04774c7bda965650651_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c3d778b7df101a24275b3b054aeaf6c5ea93c8fa49903ae4c8919a060130e473_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25628e16ae90999bba294693dbab0a4bac779810d8cc00485c0df5497f3babc0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb1fa875572fa59d9eddcdb391c969fce678f16bcf11c9ab5e3149a94797e2e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cc2b98e7a4b3f7100238485b6c306bcdb8731585154fd48868ceff3846b3cd40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ee7fa015750447a26fd315e273c78b6b7b74fc130a66a516d2b3443ca2234892_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:06572b2bc022184f9661b3cc1f699a893fdaf3c8da5964640ab3b19f42cc1e92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6e5004457a78b9adf72cb3749b9f84674564ad37dff00ad5cb8415a67ee2bae0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8a701ad354e3c17107efd73c425e25ae5ea9f8594fe8dbb26887f0ce7c22c9fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b1b7d0ecec44fb4a5a50966fbc3aea6714d16b1b05d928d60d6b264efb50b844_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:002dfb86e17ad8f5cc232a7d2dce183b23335c8ecb7e7d31dcf3e4446b390777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:894062f388de695feb94ce30eb2f0acee7e827f4a9cedd1087172d7af1037252_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c82bb4cbf656ecac53d11843b2fd181a46f4f8da07cf88320fecd5e7d725c157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e17c73852c3bf2bf31231ca943cd5b9a3945e64c260710e4386b74e658bc4688_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:16b329950fbff70a8d997d0bd95e11d9a6a1263a00211385716b2b62bfacf0ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:19c2b345596de2aaa587eacb286d015c8bd4e0209ec4d49929bf99da4cd8b9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8484f65d4a84230f93c986362dde19aff9b77de01b50e5af1948748b51382001_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f70c3c09018d2d27546077dd2d801312325916c62750f61b8ef24ac7b301c4c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9b6c87d38bfc523a2a99bc5e492fd23f5075b8f85f93d5163855e9fe278542c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9bab214da2efb323cf1a8a73424315ed42121e61ac5c108407f92f0f862ac3c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:13ce7e51c7634235d73c08dd56434395a299f60d56f8acdc442438b6959c9077_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b064a613da441e77bf086d353f7a3c755661055392d27d626b789a85eaab1724_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:de1592fb686baa13e50139f46f87f94e201338e2557e39cc9a35294fc60a9be5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e790149d76c7dff5fc5cd74eb1bbc3a456f9db6c1ac2d2084bc57968d1069686_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00db3efdb8113f49d0cf5fac1ce22ba738b29fb7ec51faa94e235d09dcfac70b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1aa0bf8aecd01b20c976728474a08146ecefd2e97a5df31d291e883f7369897b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd22768ae0d2355a8baaef24462cd79a91fe3652dd0b5bf6b31f82093b8384ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d91aa90dd8839cfa89ff3fd176f95d68bffcbcbe978d945ffec9ea5534723781_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1874fcdd0579ee95ef728eec26d536f705a2ce1d7acdb745e40d21e36c81ddbd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c9e02f6271857b1f5a7f252ed0ac3b42872e0e9a769814688f627b71353e706_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ccf7db4015e6bdad76788ef1113dc03a13736753ffb53b0d04053c1d8e9347a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a22978e1669cdbaeee6ec0800f83559b56a2344f1c003f8cd60f27fac939680e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:f52b7d31de7697dd95b0addb28b5a270e2e2a8e37543a16696aaadcaf7a14756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:b6029487b019751b36752e15a5afd5db73fe449798b0df7e7465fe47353b8271_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.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-06-30T17:38:25+00:00",
"generator": {
"date": "2026-06-30T17:38:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"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-04-23T15:12:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T17:38:25+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-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-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-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-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-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-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-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-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-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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.